User Interface Library for iOS
Go to file
2021-02-16 10:18:20 +01:00
.swiftpm/xcode/package.xcworkspace Add SPM 2019-12-09 17:51:27 +01:00
docs Remove docsets + update docs 2019-05-24 16:33:43 +02:00
Examples Sample project structure + update readme 2019-02-28 15:35:37 +01:00
Sample Add MUToast drop shadow 2020-07-20 18:26:56 +02:00
Screenshots Add files via upload 2019-03-25 16:50:18 +01:00
Sejima Add set text color on pin code and remove default text color + do some clean 2021-02-16 09:58:57 +01:00
.gitattributes Fix typo issue 2019-05-24 16:27:54 +02:00
.gitignore Update .gitignore 2019-03-11 09:59:07 +01:00
.jazzy.yaml Update readme + add jazzy yaml 2019-02-27 19:19:52 +01:00
banner.png Update banner 2019-02-26 09:55:33 +01:00
bitrise.yml Update bitrise config 2019-02-22 16:26:53 +01:00
CHANGELOG.md Add CHANGELOG + swiftlint + gitignore 2019-02-22 13:57:21 +01:00
CODE_OF_CONDUCT.md Update readme + add jazzy yaml 2019-02-27 19:19:52 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-03-01 16:24:58 +01:00
LICENSE Update LICENSE 2019-02-25 18:37:18 +01:00
Package.resolved Add MUNibView override NibView 2021-01-19 12:40:37 +01:00
Package.swift Update Neumann 2021-01-19 12:47:03 +01:00
README.md Migrate to swift 5 2019-05-13 11:36:25 +02:00
Sejima.podspec Bump version 2021-02-16 10:17:56 +01:00
Sejima.sketch Update components 2019-03-25 16:48:23 +01:00

Sejima: User Interface Library in Swift

Documentation Language: Swift 2, 3 and 4 Platform: iOS 11+ Carthage Compatible CocoaPods Codacy Badge Build Status License: MIT GitHub contributors Donate

Why Sejima

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.

Requirements

  • iOS 9.1+
  • Xcode 9.0+

Installation

use CocoaPods with Podfile

pod 'Sejima'

open your favorite terminal, go to your project root path:

pod install

use Carthage with Cartfile

github "MoveUpwards/Sejima"

open your favorite terminal, go to your project root path and run:

carthage update

Components

Sketch template

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 vidéo.

  • 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.

Example

Walkthrough

Read the Medium article on how to build this Walkthrough

  1. MUHeader
  2. MUPageControl
  3. MUButton
  4. MUHorizontalPager

Walkthrough

Login

  1. MUTopBar
  2. MUTextField
  3. MUButton

Login

Sketch template

To help you design applications using Sejima components in Sketch we provide a Sketch template with all our components available in Symbols.

Sketch template

Contributing

Please read our Contributing Guide before submitting a Pull Request to the project.

Support

For more information on the upcoming version, please take a look to our ROADMAP.

Community support

For general help using Strapi, please refer to the official Sejima documentation. For additional help, you can use one of this channel to ask question:

Professional support

We provide a full range of solutions to get better and faster results. We're always looking for the next challenge: consulting, training, develop mobile and web solution, etc.

Drop us an email to see how we can help you.

License

Folding cell is released under the MIT license. See LICENSE for details.

If you use the open-source library in your project, please make sure to credit and backlink to www.moveupwards.dev