Reputation: 33
Every part of the UI is irregular, i think the UI is attractive and i really want to know how to make it.
Upvotes: 3
Views: 69
Reputation: 13537
You can't do this kind of stuff directly in Storyboard
.
To achieve this type of functionality , You have to manage all UIView
or UIButton
Programmatically.
Please do as below step.
1) Please download demo Project and Drag IQIrregularView.h
and IQIrregularView.m
file in project
2) How to use this library You can shown in demo.
Happy coding...
NOTE: This library just draw a UIBezierPath
in UIView
and also handle the Tap events.
Upvotes: 2