IGListKit

IGListKit

Professional Development

9 Qs

quiz-placeholder

Similar activities

PL-200 Learning Path 2 - Manage Security

PL-200 Learning Path 2 - Manage Security

Professional Development

7 Qs

Google Earth Engine 3.0 Quiz | Day 2

Google Earth Engine 3.0 Quiz | Day 2

University - Professional Development

10 Qs

16. RISPACS - HISKKM Specialist

16. RISPACS - HISKKM Specialist

Professional Development

11 Qs

WSMS Internet Basics: The World Wide Web I

WSMS Internet Basics: The World Wide Web I

6th Grade - Professional Development

13 Qs

Kuis MyASN, MOLA, dan Helpdesk SIASN

Kuis MyASN, MOLA, dan Helpdesk SIASN

Professional Development

10 Qs

1.0 Mobile Device (Exam Objectives)

1.0 Mobile Device (Exam Objectives)

Professional Development

8 Qs

Java Classes and UML Diagram.

Java Classes and UML Diagram.

Professional Development

10 Qs

DECI - Week 11 - round

DECI - Week 11 - round

Professional Development

10 Qs

IGListKit

IGListKit

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Jassadakorn Ketkaew

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is IGList?

A test-driven

UICollectionView framework

A data-driven

UICollectionView framework

A cell-driven

UICollectionView framework

A collection-driven

UICollectionView framework

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is not the problems of UICollectionView?

Complex Data Handling

Boilerplate Code

State Management

ScrollView injection

3.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What is ListDiffable?

is a protocol to handles data updates and provides efficient diffing and updating of lists.

is a class to handles data updates and provides efficient diffing and updating of lists.

is a struct to handles data updates and provides efficient diffing and updating of lists.

is a enum to handles data updates and provides efficient diffing and updating of lists.

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

What is function from ListDiffable protocol ?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What do IGListAdapter objects do in a UICollectionView?

Combine multiple sections into a single object.

break each object into individual sections called "section controllers".

Sort objects alphabetically in the collection view.

Act as the view controllers for the collection view.

6.

MULTIPLE CHOICE QUESTION

20 sec • 10 pts

What "ListSectionController" do in the IGListKit ?

provide the user interface for all item in a UICollectionView

Manage the layout of the entire collection view.

Handle data source and delegate for their own section.

Handle animation for all items

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is Boilerplate Code for UICollectionView ?

collectionView.register

collectionView

.datasource

collectionView
.delegate

collectionView

.backgroundColor

8.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

Is IGListKit Support Storyboard and Nib?

Yes

No

9.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is Advanced Feature in IGListKit?

SectionColtroller

Adapter

FlowLayout

Working Range