Step-by-Step Guide to Design Custom UIView with XIB in Swift for UI Flexibility
Need to create a re-usable UIView class for common screens in your app, but want to design user interface in xib. To achieve this you need to create a xib file for your custom UIView class. Since xcode, does not allow developers to create a xib file, while creating a new file having UIView as […]
Step-by-Step Guide to Design Custom UIView with XIB in Swift for UI Flexibility Read More »