IGListKit

IGListKit

Professional Development

9 Qs

quiz-placeholder

Similar activities

System Tools ( Part B )

System Tools ( Part B )

Professional Development

10 Qs

Amexis ML Quiz

Amexis ML Quiz

Professional Development

10 Qs

Abap Week1

Abap Week1

Professional Development

10 Qs

DECI - Week 11 - round

DECI - Week 11 - round

Professional Development

10 Qs

Data Science Basics

Data Science Basics

Professional Development

10 Qs

DBMS -23

DBMS -23

Professional Development

7 Qs

The Future of Data Systems

The Future of Data Systems

Professional Development

11 Qs

Quiz ILT-ML-06-AP Model Deployment with TensorFlow

Quiz ILT-ML-06-AP Model Deployment with TensorFlow

Professional Development

8 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