Because in modern mobile applications, you often reuse user interface components. To avoid code duplication, we have tried to provide you with global standard user interface components.
Although Apple has introduce @IBInspectable properties to help define components directly in storyboard files.
All Sejima components expose its components properties using @IBInspectable so you can define user interface directly in your .xib/.storyboard files or using UIAppearance.
Features:
You can open the sketch template file provided with the source code to have a look at all the components.
- MUHeader: Component that define a title and a detail description.
- MUTopBar: Component that define a title and a button on left side.
- MUButton: UIButton with more customizable options.
- MUHorizontalPager: UIScrollView + isPagingEnabled with more customizable options.
- MUPageControl: UIPageControl with more customizable options.
- MUTextField: UITextField with more customizable options.
- MUNavigationBar: Component that define a left button along with a main button with a separator.
- MUAvatar: UIImage with possible design round, square or custom.
- MUPinCode: Component to handle pin code usage with possibly being alpha-numeric, emoji, numeric.
- MUSegmentedControl: UISegmentedControl like with more designable options.
- MUProportionalBar: An horizontal progress bar with multiple sections.
- MUTrimmer: A draggable component usually used to trim video.
- MUToast: A toast message component.
- MURadarGraph: A spider graph to visualize multiple charts.
- MUCircularProgress: A circular progress with customizable options.
- MUCard: A card with Title and Subtitle and content view.
- MUCollectionButton: A group of UIButton with customizable options.

Leave a Reply
You must be logged in to post a comment.