Skip to content

Latest commit

 

History

History
68 lines (37 loc) · 2.31 KB

README.md

File metadata and controls

68 lines (37 loc) · 2.31 KB

UICatalog

iOS UI examples.

Slide Search Animation

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.

SlideSearchAnimation

Switchable View Controller

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.

SwitchableViewController

Regular Collection Layout

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.

RegularCollectionLayout

Randomly Collection 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.

irregurar_collection_layout

SwipableView

View that moves the image with swipe like "Tinder".

Users swipe left or right to make decisions.

tinder_ui

ChatViewController with Customized MessageKit

ViewController Customized MessageKit.

  • add shadowed user icon to avatarView
  • add date label to accessoryView
  • arrange MessageContentCell layout
  • add custom cell for DateLabelCell

ChatViewContoroller

Digit input view for two factor authentication

Input form for 6 digit code when required two factor authentication.

  • auto moving focus
  • only one number per field

DigitInputView