Use UITextView (reference).
It’s designed to do exactly that. Disable editing, and you get a scrollable label.
Related Contents:
- Xcode 4 hangs at “Attaching to (app name)”
- Detecting when the ‘back’ button is pressed on a navbar
- iPhone Simulator location
- Rounded UIView using CALayers – only some corners – How?
- How to make URL/Phone-clickable UILabel?
- Where are ${EXECUTABLE_NAME} and ${PRODUCT_NAME} defined
- Xcode Debugger: view value of variable
- Could not find a storyboard named ‘Main’ in bundle
- How to get UITableView from UITableViewCell?
- Xcode 4.5 Storyboard ‘Exit’
- Read version from Info.plist
- What does the Xcode 4.2 preference “Support Wirelessly Connected Devices” do?
- Is there any limit in storing values in NSUserDefaults?
- Instruments ObjectAlloc: Explanation of Live Bytes & Overall Bytes
- How to remove the last border of the last cell in UITableView?
- Compile Error with: switch, “expected expression before”
- Pixel Width of the text in a UILabel
- How to get UITableViewCell indexPath from the Cell?
- Xcode 4 + iOS 4.3: “No Packager exists for the type of archive”
- iOS 7 UIRefreshControl tintColor not working for beginRefreshing
- Center text vertically in a UITextView
- Xcode 4 warning “Expression result unused” for NSURLConnection
- How to reach the current selected cell in didSelectRowAtIndexPath?
- What are the advantages of armv7 over armv6 when compiling iPhone apps?
- iPhone – UILabel containing text with multiple fonts at the same time
- iPhone XCode – How to change title below app icon
- Rename or refactor files in Xcode
- How to set font size to fill UILabel height?
- How can I detect the dismissal of a modal view controller in the parent view controller? [duplicate]
- Xcode not compiling any project? ‘clang failed with exit code 255’
- Could not load the image referenced from a nib in the bundle running on device
- How do I profile my app – the menu item is disabled?
- How to distribute ios application wirelessly without managing UDIDs and recompilation
- iPhone UILabel text soft shadow
- Allow user to select text from UILabel to copy [duplicate]
- List saved files in iOS documents directory in a UITableView?
- How do I debug with NSLog(@”Inside of the iPhone Simulator”)?
- this class is not key value coding-compliant for the key view [duplicate]
- UIWebView didFinishLoading fires multiple times
- Xcode could not find a valid private certificate/valid key-pair for this profile in your keychain [duplicate]
- How to get Duration from AVPlayer (Not AVAudioPlayer)?
- UITableView Scroll event
- Find/Replace in Xcode using Regular Expression
- Could not load the “” image referenced from a nib
- Apple Mach-O Linker Warning Directory not found
- Break on EXC_BAD_ACCESS in Xcode?
- Replace only the first instance of a substring in an NSString
- Text in UITextField moves up after editing (center while editing)
- Increment the Push notification Badge iPhone
- UIPickerView programmatic example?