iOS UI examples.
Stretchable search headers often used on search view.
The input field expands and contracts while animating.
The keyboard appear/disappear according to the search animation.
Screen that can be switched by tapping a button with animation.
It is supposed to be used when you want to switch between multiple screens without a bottom tab.
Collection view layout that combines large and small contents like "WEAR".
This view arranges small and large components regularly.
This layout looks sharper than the normal layout.
Collection view layout that combines large and small contents like "WEAR".
This view randomly arranges small and large components according to the fetched data.
You can create a layout with a high degree of freedom according to the data.
View that moves the image with swipe like "Tinder".
Users swipe left or right to make decisions.
ViewController Customized MessageKit.
- add shadowed user icon to avatarView
- add date label to accessoryView
- arrange MessageContentCell layout
- add custom cell for DateLabelCell
Input form for 6 digit code when required two factor authentication.
- auto moving focus
- only one number per field