Blogmepost
Latest Questions
Contact Us
What are benefits of collections views in Objective-C?
Home
>
Technology
>
What are benefits of collections views in Objective-C?
0
votes
14
views
What are benefits of collections views in Objective-C?
#objective-c
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
Add Answer
1
Answer
0
votes
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
answered
Nov 10, 2020
by
JackTerrance
(
189k
points)
Related questions
0
votes
1
answer
11
views
11
views
What are the size classes in Objective-c?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
12
views
12
views
Are id and instanceType same? If not, what are differences between them in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
12
views
12
views
What is the use of category in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
12
views
12
views
Explain types of protocol in Objective C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
13
views
13
views
What is bundle in Objective-c?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
10
views
10
views
What is posing in Objective C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
9
views
9
views
What is the isa member in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
16
views
16
views
What is an extension in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
15
views
15
views
What is instanceType in Objective-c?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
12
views
12
views
What is id in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
10
views
10
views
What is responder chain in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
13
views
13
views
Explain what is dot notation in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
15
views
15
views
Explain what is @synthesize in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
11
views
11
views
What is fast enumeration in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
14
views
14
views
What is the difference between #import and #include in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
13
views
13
views
How we can layout subviews in a view in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
16
views
16
views
Why create a custom view in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
17
views
17
views
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
(
189k
points)
#objective-c
0
votes
1
answer
19
views
19
views
Explain how to call function in Objective-C.
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
17
views
17
views
Explain when to use NSArray and NSMutableArray. Which one is faster and threadsafe in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
10
views
10
views
Limitations and problems with category in Objective-C?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
10
views
10
views
Is Objective C, a dynamic language? True/False, explain.
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
21
views
21
views
Can I write some C++ function in same .m file? Will it compile? If no, what changes should I do to compile it?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
17
views
17
views
What are the types of iOS binaries you can create using XCode? (.app, .ipa, .a, .framework)
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
0
votes
1
answer
10
views
10
views
What are the CPU architectures supported by iOS devices?
asked
Nov 10, 2020
in
Technology
by
JackTerrance
(
189k
points)
#objective-c
...