ScrollView UIScrollView allows us to add the content in it which can be more than the bounds of our screen. Let suppose we only 15 Labels fit in our screen than using scroll view we can add and see more than it will fit in the View bounds. Lets start […]
Tag: xcode5
How to develope a Tableview – iOS Development with Xcode
Table View In Tutorial 3, We Added another View to Storyboard now come to Tableview. Table view one of the mostly used Tools during iOS development. As the name suggests Table view is used to show a listing of similar data in an organized manner.In blows screenshot you can see […]