Have any Question?

You can ask below or enter what you are looking for!

Category: Views & View Controllers

Custom header view from xib for UITableView

In this step by step tutorial we will create a custom header view to use in UITableView and it will be loaded from xib file. Creating the UITableViewHeaderFooterView class and xib 1- First of all create a new Swift file and make it subclass of UITableViewHeaderFooterView and name it “DemoHeaderView”

Working with CALayer

What is CALayer CALayer is an object responsible for drawing and animations and it is part of Core Animation framework. It is always used as backing store for UIViews to manage visual content but it can be also used without views. If it was created by a view the view . . . Read more