uitextfield - iphone bullet point list -


Is there a way to create bullet point lists in iPhones?

If you copy and paste the bullet point list in a UITextView in IB then it shows whether any such programmatically to do?

Thanks

Tom

As far as I Know that this is the only way to get (and almost any other formatted rich text), use a UIWebView and enter HTML code like this:

  & lt; Ul & gt; & Lt; Li & gt; Bullet & lt; / Li & gt; & Lt; / Ul & gt;  

In response to your comment, UIWebView can be "strengthened" by the following peace code:

 for  (webView.subviews in UIView * V) {If ([v iskindOfClass: [UIScrollView class]]) // // disable UIScrollView * sv = (UIScrollView *) v; Sv.alwaysBounceVertical = No; Sv.alwaysBounceHorizontal = No; // ([[[subView class] description] excelstostring: @ "UIImageView"]) subView.hidden = yes; // Disable // scroll-shade for [sv subviews] in UIView * subviews;}}  

I have not submitted it yet but I think this "AppStore Safe" Should be.


Comments