iphone Programming Glossary: contentlabel
open link from UIWebView into Safari (iphone) http://stackoverflow.com/questions/3201264/open-link-from-uiwebview-into-safari-iphone UIWebViewDelegate MWFeedItem item NSString summaryString IBOutlet UILabel titleLabel IBOutlet UIWebView contentLabel IBOutlet UILabel dateLabel IBOutlet UIScrollView textScroller @property nonatomic retain MWFeedItem item @property nonatomic.. summaryString @property nonatomic retain IBOutlet UILabel titleLabel @property nonatomic retain IBOutlet UIWebView contentLabel @end detailViewController.m #import DetailViewController.h #import NSString XMLEntities.h typedef enum SectionHeader SectionDetail.. enum SectionDetailSummary DetailRows @implementation DetailViewController @synthesize item summaryString titleLabel contentLabel BOOL webView UIWebView contentLabel shouldStartLoadWithRequest NSURLRequest request navigationType UIWebViewNavigationType..
|