Changes

Jump to: navigation, search

An Overview of iOS 7 Collection View and Flow Layout

34 bytes added, 19:45, 27 March 2018
no edit summary
== An Overview of Collection Views ==
In the chapter entitled Using Xcode 9 Storyboards to Build Dynamic TableViews a Table View layout was used to display a list of tourist destinations and corresponding images. The fact is that while this presented the necessary information, the Table View provided very little in the way of customization options. Had the user interface been designed using a collection view, a much more visually appealing user interface could have been implemented. Figure 70 -1, for example, illustrates how some images of cars could be organized using a collection view configuration.
[[File:ios_11_collection_view_example.png]]
Figure 70 -1

Navigation menu