IGListKit

IGListKit

Professional Development

9 Qs

quiz-placeholder

Similar activities

Berpikir Komputasional Quiz

Berpikir Komputasional Quiz

Professional Development

12 Qs

Amdocs OSS - ODO Implementation for Vodafone UK

Amdocs OSS - ODO Implementation for Vodafone UK

Professional Development

10 Qs

PowerPoint Shapes

PowerPoint Shapes

Professional Development

10 Qs

AI in Education Quiz

AI in Education Quiz

Professional Development

10 Qs

AI and its Risk

AI and its Risk

Professional Development

10 Qs

Knowledge Check

Knowledge Check

Professional Development

10 Qs

IC3 Computer Fundamentals

IC3 Computer Fundamentals

Professional Development

12 Qs

Quiz Ms Excel

Quiz Ms Excel

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