Skip to content
bioshrek edited this page May 10, 2014 · 2 revisions

Welcome to the ios wiki!

Firstly, I'm sorry for my poor english. Considering more publicity, I decide write this wiki page using English instead of Chinese, my mother language. :)

This project will contain some iOS sample codes, which collect solutions to problems i met doing iOS development.

LabelSample

This project demonstrate how to configure UILabel to multiple-line label. Now you can design the layout of label using storyboard, and initialize the label text in Controller's method 'viewDidLoad'.

Clone this wiki locally