in Technology by
What are benefits of collections views in Objective-C?

1 Answer

0 votes
by
  • Allows customizable layout that can be very complex(example: different sizing of each cell)
  • Supports multiple cells in one row
  • Provides horizontal scroll direction, eliminates the need to create scroll view to achieve the same effect
  • Supports custom animations for cells based on layout
  • Can implement drag and drop functionality
  • More options for headers and footers settings, it does not need to be anchored on the top or bottom
  • Does not include blank cells

Related questions

0 votes
    What are the size classes in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Are id and instanceType same? If not, what are differences between them in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Can we use both swift (.swft) and objective c (.h .m) in same xcode project ?...
asked Mar 9, 2021 in Technology by JackTerrance
0 votes
    How do I call Objective-C code from Swift?...
asked Mar 9, 2021 in Technology by JackTerrance
0 votes
    Explain the difference between Swift vs Objective-C.?...
asked Nov 30, 2020 in Technology by JackTerrance
0 votes
    How we can layout subviews in a view in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Why create a custom view in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is bundle in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Can we create Dynamic Classes in Objective C? If Yes, Explain how to create with a valid use case?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is posing in Objective C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is the isa member in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is an extension in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    Is Objective C, a dynamic language? True/False, explain....
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is instanceType in Objective-c?...
asked Nov 10, 2020 in Technology by JackTerrance
0 votes
    What is id in Objective-C?...
asked Nov 10, 2020 in Technology by JackTerrance
...