IGListKit

IGListKit

Professional Development

9 Qs

quiz-placeholder

Similar activities

DECI - Week 11 - round

DECI - Week 11 - round

Professional Development

10 Qs

DST09 Maintenance

DST09 Maintenance

Professional Development

10 Qs

BAI 3 K12 (TT)

BAI 3 K12 (TT)

Professional Development

10 Qs

Bài 19. Tạo và làm việc với bảng

Bài 19. Tạo và làm việc với bảng

Professional Development

10 Qs

Amexis ML Quiz

Amexis ML Quiz

Professional Development

10 Qs

WCF - Day8

WCF - Day8

Professional Development

10 Qs

KTVE#11 Zoom Quiz

KTVE#11 Zoom Quiz

Professional Development

10 Qs

Google Earth Trivia

Google Earth Trivia

KG - 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