Material Components for iOS alternatives and similar libraries
Based on the "UI" category.
Alternatively, view Material Components alternatives based on common mentions on social networks and blogs.
-
NVActivityIndicatorView
Collection of nice loading animations. -
Animated Tab Bar
RAMAnimatedTabBarController is a Swift module for adding animation to tabbar items. -
Material
Express your creativity with Material, an animation and graphics framework for Google's Material Design and Apple's Flat UI in Swift. -
LTMorphingLabel
Graceful morphing effects for UILabel written in Swift. -
JTAppleCalendar
The final Apple calendar you will ever try. Built for iOS in Swift. -
XLPagerTabStrip
Android PagerTabStrip for iOS. -
FSPagerView
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders. -
TextFieldEffects
Several ready to use effects for UITextFields -
AMScrollingNavbar
Scrollable UINavigationBar that follows the scrolling of a UIScrollView. -
SwiftEntryKit
A simple and versatile pop-up presenter. -
Scrollable-GraphView
An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift. Originally written for a small personal project. -
Alerts Pickers
Advanced usage of UIAlertController with TextField, DatePicker, PickerView, TableView and CollectionView. -
PermissionScope
A Periscope-inspired way to ask for iOS permissions. -
SideMenu
Simple side menu control for iOS in Swift inspired by Facebook. Right and Left sides. No coding required. -
BulletinBoard
Generates and manages contextual cards displayed at the bottom of the screen. -
ESTabBarController
A highly customizable TabBarController component, which is inherited from UITabBarController. -
SPPermission
Simple request permission with native UI and interactive animation. -
NotificationBanner
The easiest way to display highly customizable in app notification banners in iOS. -
SlideMenuControllerSwift
iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. -
TLYShyNavBar
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars! -
BouncyLayout
Is a collection view layout that makes your cells bounce. -
DGElasticPullToRefresh
Elastic pull to refresh. -
DOFavoriteButton
Cute Animated Button written in Swift. -
KMNavigationBarTransition
A drop-in universal library helps you to manage the navigation bar styles and makes transition animations smooth between different navigation bar styles while pushing or popping a view controller for all orientations. And you don't need to write any line of code for it, it all happens automatically. -
RazzleDazzle
A simple keyframe-based animation framework for iOS, written in Swift. Perfect for scrolling app intros. -
XLActionController
Fully customizable and extensible action sheet controller written in Swift 2. -
CircleMenu
CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. -
PagingMenuController
Paging view controller with customizable menu in Swift. -
PaperOnboarding
PaperOnboarding is a material design UI slider.
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
Do you think we are missing an alternative of Material Components for iOS or a related project?
README
Material Components for iOS
Material Components for iOS (MDC-iOS) helps developers execute Material Design. Developed by a core team of engineers and UX designers at Google, these components enable a reliable development workflow to build beautiful and functional iOS apps. Learn more about how Material Components for iOS supports design and usability best practices across platforms in the Material Design Platform Adaptation guidelines.
Material Components for iOS are written in Objective-C and support Swift and Interface Builder.
Useful Links
- Documentation (external site)
- [How To Use MDC-iOS](docs/)
- [All Components](components/)
- [Demo Apps](demos/)
- [Contributing](contributing/)
- MDC-iOS on Stack Overflow (external site)
- Material.io (external site)
- Material Design Guidelines (external site)
- Checklist status spreadsheet
Trying out Material Components
CocoaPods is the easiest way to get started (if you're new to CocoaPods, check out their getting started documentation.)
To install CocoaPods, run the following commands:
sudo gem install cocoapods
Our [catalog](catalog/) showcases Material Components. You can use the pod try
command from anywhere on your machine to try the components, even if you haven't checked out the repo yet:
pod try MaterialComponents
In case you have already checked out the repo, run the following command:
pod install --project-directory=catalog/
The component implementations can be found in Xcode within Pods > Development Pods > MaterialComponents
.
Requirements
- Xcode 10 or higher
- Minimum iOS deployment target of 10.0 or higher
- CocoaPods 1.5 or higher
Attributions
Material Components for iOS uses Material Design icons, copyright Google Inc. and licensed under CC BY 4.0.
Several components use MDFTextAccessibility, copyright Google Inc. and licensed under Apache 2.0 without a NOTICE file.
MDCCatalog uses the Roboto font, copyright 2011 Google Inc. and licensed under Apache 2.0 without a NOTICE file.
*Note that all licence references and agreements mentioned in the Material Components for iOS README section above
are relevant to that project's source code only.