¡@

Home 

2014/10/15 ¤U¤È 10:10:32

iphone Programming Glossary: internalscrollview

How to add line numbers to a UITextView?

http://stackoverflow.com/questions/2836162/how-to-add-line-numbers-to-a-uitextview

delegate id initWithFrame CGRect frame if self super initWithFrame frame self setContentMode UIViewContentModeRedraw internalScrollView UIScrollView alloc initWithFrame self.bounds internalScrollView setAutoresizingMask UIViewAutoresizingFlexibleWidth UIViewAutoresizingFlexibleHeight.. frame self setContentMode UIViewContentModeRedraw internalScrollView UIScrollView alloc initWithFrame self.bounds internalScrollView setAutoresizingMask UIViewAutoresizingFlexibleWidth UIViewAutoresizingFlexibleHeight internalScrollView setBackgroundColor.. self.bounds internalScrollView setAutoresizingMask UIViewAutoresizingFlexibleWidth UIViewAutoresizingFlexibleHeight internalScrollView setBackgroundColor UIColor clearColor internalScrollView setClipsToBounds YES internalScrollView setScrollsToTop YES internalScrollView..