├── .travis.yml ├── README.md ├── assets ├── AMSlideMenu1.gif ├── ASMediaFocusManager1.gif ├── ASMediaFocusManager2.gif ├── ActionSheetPicker3.gif ├── AnimatedTransitionGallery1.gif ├── BBBadgeBarButtonItem1.png ├── BFPaperTabBarController1.gif ├── BLKFlexibleHeightBar1.gif ├── BLKFlexibleHeightBar2.gif ├── BOZPongRefreshControl1.gif ├── CBStoreHouseRefreshControl1.gif ├── CBStoreHouseRefreshControl2.gif ├── CBZSplashView1.gif ├── CRToast1.gif ├── CSStickyHeaderFlowLayout1.gif ├── CSStickyHeaderFlowLayout2.gif ├── CSStickyHeaderFlowLayout3.gif ├── DCAnimationKit1.gif ├── DCAnimationKit2.gif ├── DSDynamicScrollView1.gif ├── EBPhotoPages1.png ├── EBPhotoPages2.png ├── EBPhotoPages3.png ├── EBPhotoPages4.png ├── FFCircularProgressView1.gif ├── FLAnimatedImage1.gif ├── FSCalendar1.jpg ├── FoldingTabBar.iOS1.gif ├── GGTabBar1.png ├── GLCalendarView1.gif ├── GaugeKit1.gif ├── HTYTextField1.gif ├── JFMinimalNotifications1.gif ├── JFMinimalNotifications2.gif ├── JFMinimalNotifications3.jpeg ├── JSBadgeView1.png ├── JSBadgeView2.png ├── JTCalendar1.gif ├── JTCalendar2.png ├── JVFloatLabeledTextField1.gif ├── JazzHands1.gif ├── KLCPopup1.gif ├── LNNotificationsUI1.gif ├── M13BadgeView1.png ├── M13ProgressSuite1.gif ├── M13ProgressSuite2.gif ├── M13ProgressSuite3.gif ├── M13ProgressSuite4.gif ├── M13ProgressSuite5.gif ├── M13ProgressSuite6.gif ├── M13ProgressSuite7.gif ├── M13ProgressSuite8.gif ├── MBProgressHUD1.png ├── MBProgressHUD2.png ├── MBProgressHUD3.png ├── MBProgressHUD4.png ├── MBProgressHUD5.png ├── MBProgressHUD6.png ├── MBProgressHUD7.png ├── MGFashionMenuView1.gif ├── MGSpotyViewController1.gif ├── MHTabBarController1.png ├── MHVideoPhotoGallery1.gif ├── MHVideoPhotoGallery2.gif ├── MHVideoPhotoGallery3.gif ├── MHVideoPhotoGallery4.gif ├── MNTPullToReact1.gif ├── MPSkewed1.gif ├── MPSkewed2.gif ├── MRProgress1.jpg ├── MRProgress2.jpg ├── MRProgress3.jpg ├── MRProgress4.jpg ├── MRProgress5.jpg ├── MRProgress6.jpg ├── MRProgress7.jpg ├── MWPhotoBrowser1.png ├── MWPhotoBrowser2.png ├── MWPhotoBrowser3.png ├── MWPhotoBrowser4.png ├── MYBlurIntroductionView1.gif ├── MZFormSheetController1.png ├── MZFormSheetController2.gif ├── Material1.gif ├── Material2.gif ├── Material3.gif ├── MaterialKit1.gif ├── MinimalTabBar1.gif ├── MosaicLayout1.png ├── NVActivityIndicatorView1.gif ├── Notie1.gif ├── Onboard1.gif ├── PMTween1.gif ├── PMTween2.gif ├── Popping1.gif ├── PullToRefreshCoreText1.gif ├── PulsingHalo1.gif ├── RAReorderableLayout1.gif ├── RATreeView1.gif ├── REFrostedViewController1.gif ├── RESideMenu1.gif ├── RKDropdownAlert1.gif ├── RKDropdownAlert2.gif ├── RKNotificationHub1.gif ├── RKRichTextView1.png ├── RZTransitions1.gif ├── ReflectionView1.jpg ├── RichEditorView1.gif ├── SAHistoryNavigationViewController1.gif ├── SAParallaxViewControllerSwift1.gif ├── SimpleAlert1.gif ├── SlackTextViewController1.gif ├── TSMessages1.png ├── TSMessages2.png ├── TSMessages3.png ├── TWMessageBarManager1.png ├── TWTSideMenuViewController1.gif ├── TextFieldEffects.gif ├── UITextField-Shake1.gif ├── UzysAnimatedGifPullToRefresh1.gif ├── UzysCircularProgressPullToRefresh1.gif ├── VideoSplash1.gif ├── XCDYouTubeKit1.png ├── ZSSRichTextEditor1.gif ├── adaptive-tab-bar1.png ├── cariocamenu.gif ├── iOS-blur1.png └── wobble-view.gif └── pages ├── Animations.md ├── Badges.md ├── Calendars.md ├── Effects.md ├── MaterialDesign.md ├── NotificationsAlerts.md ├── Onboarding.md ├── PhotoVideo.md ├── ProgressViews.md ├── RefreshControls.md ├── SideMenu.md ├── TabBars.md ├── TableCollectionViews.md └── UserInput.md /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 3 | - 2.2 4 | before_script: 5 | - gem install awesome_bot 6 | script: 7 | - awesome_bot README.md 8 | 9 | notifications: 10 | email: false 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | awesome-ios-ui [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | ============== 3 | 4 | A curated list of awesome iOS UI/UX libraries. 5 | Inspired by [wasabeef]'s excellent [Android Version]. 6 | 7 | ### Contributing 8 | 9 | Found a UI/UX library that you think is _awesome_?? Want to share it with the world? Add your repo's information to my [awesome-creator], where I keep the library metadata! 10 | 11 | ### Index 12 | * [Animations and Transitions](#animations-and-transitions) - [file](/pages/Animations.md) 13 | * [Badges](#badges) - [file](/pages/Badges.md) 14 | * [Calendars](#calendars) - [file](/pages/Calendars.md) 15 | * [Effects](#effects) - [file](/pages/Effects.md) 16 | * [Material Design](#material-design) - [file](/pages/MaterialDesign.md) 17 | * [Notifications and Alerts](#notifications-and-alerts) - [file](/pages/NotificationsAlerts.md) 18 | * [Onboarding and Tutorials](#onboarding-and-tutorials) - [file](/pages/Onboarding.md) 19 | * [Photo and Video](#photo-and-video) - [file](/pages/PhotoVideo.md) 20 | * [Progress Views](#progress-views) - [file](/pages/ProgressViews.md) 21 | * [RefreshControls](#refreshcontrols) - [file](/pages/RefreshControls.md) 22 | * [Side Menu](#side-menu) - [file](/pages/SideMenu.md) 23 | * [Tab Bars](#tab-bars) - [file](/pages/TabBars.md) 24 | * [Table/Collection Views](#tablecollection-views) - [file](/pages/TableCollectionViews.md) 25 | * [User Input](#user-input) - [file](/pages/UserInput.md) 26 | 27 | Animations and Transitions 28 | ========================== 29 | Repo | Demo 30 | --- | --- 31 | [AnimatedTransitionGallery](https://github.com/shu223/AnimatedTransitionGallery)
[![](http://gh-btns.cjwirth.com/stars/shu223/AnimatedTransitionGallery)](https://github.com/shu223/AnimatedTransitionGallery/stargazers)
Language: Obj-C
License: [Unknown][Unknown] | 32 | [RZTransitions](https://github.com/Raizlabs/RZTransitions)
[![](http://gh-btns.cjwirth.com/stars/Raizlabs/RZTransitions)](https://github.com/Raizlabs/RZTransitions/stargazers)
Language: Obj-C
License: [MIT][MIT] | 33 | [DCAnimationKit](https://github.com/daltoniam/DCAnimationKit)
[![](http://gh-btns.cjwirth.com/stars/daltoniam/DCAnimationKit)](https://github.com/daltoniam/DCAnimationKit/stargazers)
Language: Obj-C
License: [Apache v2][Apache v2] | 34 | [PMTween](https://github.com/poetmountain/PMTween)
[![](http://gh-btns.cjwirth.com/stars/poetmountain/PMTween)](https://github.com/poetmountain/PMTween/stargazers)
Language: Obj-C
License: [MIT][MIT] | 35 | [SAHistoryNavigationViewController](https://github.com/szk-atmosphere/SAHistoryNavigationViewController)
[![](http://gh-btns.cjwirth.com/stars/szk-atmosphere/SAHistoryNavigationViewController)](https://github.com/szk-atmosphere/SAHistoryNavigationViewController/stargazers)
Language: Swift
License: [MIT][MIT] | 36 | [WobbleView](https://github.com/inFullMobile/WobbleView)
[![](http://gh-btns.cjwirth.com/stars/inFullMobile/WobbleView)](https://github.com/inFullMobile/WobbleView/stargazers)
Language: Swift
License: [MIT][MIT] | 37 | [CBZSplashView](https://github.com/callumboddy/CBZSplashView)
[![](http://gh-btns.cjwirth.com/stars/callumboddy/CBZSplashView)](https://github.com/callumboddy/CBZSplashView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 38 | 39 | 40 | Badges 41 | ====== 42 | Repo | Demo 43 | --- | --- 44 | [RKNotificationHub](https://github.com/cwRichardKim/RKNotificationHub)
[![](http://gh-btns.cjwirth.com/stars/cwRichardKim/RKNotificationHub)](https://github.com/cwRichardKim/RKNotificationHub/stargazers)
Language: Obj-C
License: [MIT][MIT] | 45 | [BBBadgeBarButtonItem](https://github.com/TanguyAladenise/BBBadgeBarButtonItem)
[![](http://gh-btns.cjwirth.com/stars/TanguyAladenise/BBBadgeBarButtonItem)](https://github.com/TanguyAladenise/BBBadgeBarButtonItem/stargazers)
Language: Obj-C
License: [MIT][MIT] | 46 | [JSBadgeView](https://github.com/JaviSoto/JSBadgeView)
[![](http://gh-btns.cjwirth.com/stars/JaviSoto/JSBadgeView)](https://github.com/JaviSoto/JSBadgeView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 47 | 48 | 49 | Calendars 50 | ========= 51 | Repo | Demo 52 | --- | --- 53 | [FSCalendar](https://github.com/WenchaoIOS/FSCalendar)
[![](http://gh-btns.cjwirth.com/stars/WenchaoIOS/FSCalendar)](https://github.com/WenchaoIOS/FSCalendar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 54 | [GLCalendarView](https://github.com/Glow-Inc/GLCalendarView)
[![](http://gh-btns.cjwirth.com/stars/Glow-Inc/GLCalendarView)](https://github.com/Glow-Inc/GLCalendarView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 55 | [JTCalendar](https://github.com/jonathantribouharet/JTCalendar)
[![](http://gh-btns.cjwirth.com/stars/jonathantribouharet/JTCalendar)](https://github.com/jonathantribouharet/JTCalendar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 56 | 57 | 58 | Effects 59 | ======= 60 | Repo | Demo 61 | --- | --- 62 | [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage)
[![](http://gh-btns.cjwirth.com/stars/Flipboard/FLAnimatedImage)](https://github.com/Flipboard/FLAnimatedImage/stargazers)
Language: Obj-C
License: [MIT][MIT] | 63 | [PulsingHalo](https://github.com/shu223/PulsingHalo)
[![](http://gh-btns.cjwirth.com/stars/shu223/PulsingHalo)](https://github.com/shu223/PulsingHalo/stargazers)
Language: Obj-C
License: [MIT][MIT] | 64 | [UITextField-Shake](https://github.com/andreamazz/UITextField-Shake)
[![](http://gh-btns.cjwirth.com/stars/andreamazz/UITextField-Shake)](https://github.com/andreamazz/UITextField-Shake/stargazers)
Language: Obj-C
License: [MIT][MIT] | 65 | 66 | 67 | Material Design 68 | =============== 69 | Repo | Demo 70 | --- | --- 71 | [Material](https://github.com/CosmicMind/Material)
[![](http://gh-btns.cjwirth.com/stars/CosmicMind/Material)](https://github.com/CosmicMind/Material/stargazers)
Language: Swift
License: [BSD-3][BSD-3] | 72 | [MaterialKit](https://github.com/nghialv/MaterialKit)
[![](http://gh-btns.cjwirth.com/stars/nghialv/MaterialKit)](https://github.com/nghialv/MaterialKit/stargazers)
Language: Swift
License: [MIT][MIT] | 73 | 74 | 75 | Notifications and Alerts 76 | ======================== 77 | Repo | Demo 78 | --- | --- 79 | [TSMessages](https://github.com/KrauseFx/TSMessages)
[![](http://gh-btns.cjwirth.com/stars/KrauseFx/TSMessages)](https://github.com/KrauseFx/TSMessages/stargazers)
Language: Obj-C
License: [MIT][MIT] | 80 | [CRToast](https://github.com/cruffenach/CRToast)
[![](http://gh-btns.cjwirth.com/stars/cruffenach/CRToast)](https://github.com/cruffenach/CRToast/stargazers)
Language: Obj-C
License: [MIT][MIT] | 81 | [TWMessageBarManager](https://github.com/terryworona/TWMessageBarManager)
[![](http://gh-btns.cjwirth.com/stars/terryworona/TWMessageBarManager)](https://github.com/terryworona/TWMessageBarManager/stargazers)
Language: Obj-C
License: [MIT][MIT] | 82 | [RKDropdownAlert](https://github.com/cwRichardKim/RKDropdownAlert)
[![](http://gh-btns.cjwirth.com/stars/cwRichardKim/RKDropdownAlert)](https://github.com/cwRichardKim/RKDropdownAlert/stargazers)
Language: Obj-C
License: [MIT][MIT] | 83 | [SimpleAlert](https://github.com/KyoheiG3/SimpleAlert)
[![](http://gh-btns.cjwirth.com/stars/KyoheiG3/SimpleAlert)](https://github.com/KyoheiG3/SimpleAlert/stargazers)
Language: Swift
License: [MIT][MIT] | 84 | [JFMinimalNotifications](https://github.com/atljeremy/JFMinimalNotifications)
[![](http://gh-btns.cjwirth.com/stars/atljeremy/JFMinimalNotifications)](https://github.com/atljeremy/JFMinimalNotifications/stargazers)
Language: Obj-C
License: [MIT][MIT] | 85 | [MGFashionMenuView](https://github.com/matteogobbi/MGFashionMenuView)
[![](http://gh-btns.cjwirth.com/stars/matteogobbi/MGFashionMenuView)](https://github.com/matteogobbi/MGFashionMenuView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 86 | [KLCPopup](https://github.com/jmascia/KLCPopup)
[![](http://gh-btns.cjwirth.com/stars/jmascia/KLCPopup)](https://github.com/jmascia/KLCPopup/stargazers)
Language: Obj-C
License: [MIT][MIT] | 87 | [MZFormSheetController](https://github.com/m1entus/MZFormSheetController)
[![](http://gh-btns.cjwirth.com/stars/m1entus/MZFormSheetController)](https://github.com/m1entus/MZFormSheetController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 88 | [Notie](https://github.com/thii/Notie)
[![](http://gh-btns.cjwirth.com/stars/thii/Notie)](https://github.com/thii/Notie/stargazers)
Language: Swift
License: [MIT][MIT] | 89 | [LNNotificationsUI](https://github.com/LeoNatan/LNNotificationsUI)
[![](http://gh-btns.cjwirth.com/stars/LeoNatan/LNNotificationsUI)](https://github.com/LeoNatan/LNNotificationsUI/stargazers)
Language: Obj-C
License: [MIT][MIT] | 90 | 91 | 92 | Onboarding and Tutorials 93 | ======================== 94 | Repo | Demo 95 | --- | --- 96 | [JazzHands](https://github.com/IFTTT/JazzHands)
[![](http://gh-btns.cjwirth.com/stars/IFTTT/JazzHands)](https://github.com/IFTTT/JazzHands/stargazers)
Language: Obj-C
License: [MIT][MIT] | 97 | [MYBlurIntroductionView](https://github.com/MatthewYork/MYBlurIntroductionView)
[![](http://gh-btns.cjwirth.com/stars/MatthewYork/MYBlurIntroductionView)](https://github.com/MatthewYork/MYBlurIntroductionView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 98 | [Onboard](https://github.com/mamaral/Onboard)
[![](http://gh-btns.cjwirth.com/stars/mamaral/Onboard)](https://github.com/mamaral/Onboard/stargazers)
Language: Obj-C
License: [MIT][MIT] | 99 | 100 | 101 | Photo and Video 102 | =============== 103 | Repo | Demo 104 | --- | --- 105 | [MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser)
[![](http://gh-btns.cjwirth.com/stars/mwaterfall/MWPhotoBrowser)](https://github.com/mwaterfall/MWPhotoBrowser/stargazers)
Language: Obj-C
License: [MIT][MIT] | 106 | [XCDYouTubeKit](https://github.com/0xced/XCDYouTubeKit)
[![](http://gh-btns.cjwirth.com/stars/0xced/XCDYouTubeKit)](https://github.com/0xced/XCDYouTubeKit/stargazers)
Language: Obj-C
License: [MIT][MIT] | 107 | [MHVideoPhotoGallery](https://github.com/mariohahn/MHVideoPhotoGallery)
[![](http://gh-btns.cjwirth.com/stars/mariohahn/MHVideoPhotoGallery)](https://github.com/mariohahn/MHVideoPhotoGallery/stargazers)
Language: Obj-C
License: [MIT][MIT] | 108 | [EBPhotoPages](https://github.com/EddyBorja/EBPhotoPages)
[![](http://gh-btns.cjwirth.com/stars/EddyBorja/EBPhotoPages)](https://github.com/EddyBorja/EBPhotoPages/stargazers)
Language: Obj-C
License: [MIT][MIT] | 109 | [ASMediaFocusManager](https://github.com/autresphere/ASMediaFocusManager)
[![](http://gh-btns.cjwirth.com/stars/autresphere/ASMediaFocusManager)](https://github.com/autresphere/ASMediaFocusManager/stargazers)
Language: Obj-C
License: [MIT][MIT] | 110 | [VideoSplashKit](https://github.com/movielala/VideoSplashKit)
[![](http://gh-btns.cjwirth.com/stars/movielala/VideoSplashKit)](https://github.com/movielala/VideoSplashKit/stargazers)
Language: Swift
License: [MIT][MIT] | 111 | 112 | 113 | Progress Views 114 | ============== 115 | Repo | Demo 116 | --- | --- 117 | [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
[![](http://gh-btns.cjwirth.com/stars/jdg/MBProgressHUD)](https://github.com/jdg/MBProgressHUD/stargazers)
Language: Obj-C
License: [MIT][MIT] | 118 | [MRProgress](https://github.com/mrackwitz/MRProgress)
[![](http://gh-btns.cjwirth.com/stars/mrackwitz/MRProgress)](https://github.com/mrackwitz/MRProgress/stargazers)
Language: Obj-C
License: [MIT][MIT] | 119 | [M13ProgressSuite](https://github.com/Marxon13/M13ProgressSuite)
[![](http://gh-btns.cjwirth.com/stars/Marxon13/M13ProgressSuite)](https://github.com/Marxon13/M13ProgressSuite/stargazers)
Language: Obj-C
License: [MIT][MIT] | 120 | [FFCircularProgressView](https://github.com/elbryan/FFCircularProgressView)
[![](http://gh-btns.cjwirth.com/stars/elbryan/FFCircularProgressView)](https://github.com/elbryan/FFCircularProgressView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 121 | [GaugeKit](https://github.com/skywinder/GaugeKit)
[![](http://gh-btns.cjwirth.com/stars/skywinder/GaugeKit)](https://github.com/skywinder/GaugeKit/stargazers)
Language: Swift
License: [MIT][MIT] | 122 | [NVActivityIndicatorView](https://github.com/ninjaprox/NVActivityIndicatorView)
[![](http://gh-btns.cjwirth.com/stars/ninjaprox/NVActivityIndicatorView)](https://github.com/ninjaprox/NVActivityIndicatorView/stargazers)
Language: Swift
License: [MIT][MIT] | 123 | 124 | 125 | RefreshControls 126 | =============== 127 | Repo | Demo 128 | --- | --- 129 | [CBStoreHouseRefreshControl](https://github.com/coolbeet/CBStoreHouseRefreshControl)
[![](http://gh-btns.cjwirth.com/stars/coolbeet/CBStoreHouseRefreshControl)](https://github.com/coolbeet/CBStoreHouseRefreshControl/stargazers)
Language: Obj-C
License: [MIT][MIT] | 130 | [UzysAnimatedGifPullToRefresh](https://github.com/uzysjung/UzysAnimatedGifPullToRefresh)
[![](http://gh-btns.cjwirth.com/stars/uzysjung/UzysAnimatedGifPullToRefresh)](https://github.com/uzysjung/UzysAnimatedGifPullToRefresh/stargazers)
Language: Obj-C
License: [MIT][MIT] | 131 | [BOZPongRefreshControl](https://github.com/boztalay/BOZPongRefreshControl)
[![](http://gh-btns.cjwirth.com/stars/boztalay/BOZPongRefreshControl)](https://github.com/boztalay/BOZPongRefreshControl/stargazers)
Language: Obj-C
License: [MIT][MIT] | 132 | [mntpulltoreact](https://github.com/mentionapp/mntpulltoreact)
[![](http://gh-btns.cjwirth.com/stars/mentionapp/mntpulltoreact)](https://github.com/mentionapp/mntpulltoreact/stargazers)
Language: Obj-C
License: [Apache v2][Apache v2] | 133 | [UzysCircularProgressPullToRefresh](https://github.com/uzysjung/UzysCircularProgressPullToRefresh)
[![](http://gh-btns.cjwirth.com/stars/uzysjung/UzysCircularProgressPullToRefresh)](https://github.com/uzysjung/UzysCircularProgressPullToRefresh/stargazers)
Language: Obj-C
License: [MIT][MIT] | 134 | [PullToRefreshCoreText](https://github.com/cemolcay/PullToRefreshCoreText)
[![](http://gh-btns.cjwirth.com/stars/cemolcay/PullToRefreshCoreText)](https://github.com/cemolcay/PullToRefreshCoreText/stargazers)
Language: Obj-C
License: [MIT][MIT] | 135 | 136 | 137 | Side Menu 138 | ========= 139 | Repo | Demo 140 | --- | --- 141 | [RESideMenu](https://github.com/romaonthego/RESideMenu)
[![](http://gh-btns.cjwirth.com/stars/romaonthego/RESideMenu)](https://github.com/romaonthego/RESideMenu/stargazers)
Language: Obj-C
License: [MIT][MIT] | 142 | [REFrostedViewController](https://github.com/romaonthego/REFrostedViewController)
[![](http://gh-btns.cjwirth.com/stars/romaonthego/REFrostedViewController)](https://github.com/romaonthego/REFrostedViewController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 143 | [TWTSideMenuViewController](https://github.com/twotoasters/TWTSideMenuViewController)
[![](http://gh-btns.cjwirth.com/stars/twotoasters/TWTSideMenuViewController)](https://github.com/twotoasters/TWTSideMenuViewController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 144 | [AMSlideMenu](https://github.com/SocialObjects-Software/AMSlideMenu)
[![](http://gh-btns.cjwirth.com/stars/SocialObjects-Software/AMSlideMenu)](https://github.com/SocialObjects-Software/AMSlideMenu/stargazers)
Language: Obj-C
License: [MIT][MIT] | 145 | [CariocaMenu](https://github.com/arn00s/cariocamenu)
[![](http://gh-btns.cjwirth.com/stars/arn00s/CariocaMenu)](https://github.com/arn00s/CariocaMenu/stargazers)
Language: Swift
License: [MIT][MIT] | 146 | 147 | 148 | Tab Bars 149 | ======== 150 | Repo | Demo 151 | --- | --- 152 | [MinimalTabBar](https://github.com/jamesdunay/MinimalTabBar)
[![](http://gh-btns.cjwirth.com/stars/jamesdunay/MinimalTabBar)](https://github.com/jamesdunay/MinimalTabBar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 153 | [adaptive-tab-bar](https://github.com/Ramotion/adaptive-tab-bar)
[![](http://gh-btns.cjwirth.com/stars/Ramotion/adaptive-tab-bar)](https://github.com/Ramotion/adaptive-tab-bar/stargazers)
Language: Swift
License: [MIT][MIT] | 154 | [FoldingTabBar.iOS](https://github.com/Yalantis/FoldingTabBar.iOS)
[![](http://gh-btns.cjwirth.com/stars/Yalantis/FoldingTabBar.iOS)](https://github.com/Yalantis/FoldingTabBar.iOS/stargazers)
Language: Obj-C
License: [MIT][MIT] | 155 | [GGTabBar](https://github.com/Goles/GGTabBar)
[![](http://gh-btns.cjwirth.com/stars/Goles/GGTabBar)](https://github.com/Goles/GGTabBar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 156 | [BFPaperTabBarController](https://github.com/bfeher/BFPaperTabBarController)
[![](http://gh-btns.cjwirth.com/stars/bfeher/BFPaperTabBarController)](https://github.com/bfeher/BFPaperTabBarController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 157 | 158 | 159 | Table/Collection Views 160 | ====================== 161 | Repo | Demo 162 | --- | --- 163 | [MPSkewed](https://github.com/MP0w/MPSkewed)
[![](http://gh-btns.cjwirth.com/stars/MP0w/MPSkewed)](https://github.com/MP0w/MPSkewed/stargazers)
Language: Obj-C
License: [BSD-3][BSD-3] | 164 | [RATreeView](https://github.com/Augustyniak/RATreeView)
[![](http://gh-btns.cjwirth.com/stars/Augustyniak/RATreeView)](https://github.com/Augustyniak/RATreeView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 165 | [MosaicLayout](https://github.com/betzerra/MosaicLayout)
[![](http://gh-btns.cjwirth.com/stars/betzerra/MosaicLayout)](https://github.com/betzerra/MosaicLayout/stargazers)
Language: Obj-C
License: [MIT][MIT] | 166 | [DSDynamicScrollView](https://github.com/damirstuhec/DSDynamicScrollView)
[![](http://gh-btns.cjwirth.com/stars/damirstuhec/DSDynamicScrollView)](https://github.com/damirstuhec/DSDynamicScrollView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 167 | [CSStickyHeaderFlowLayout](https://github.com/jamztang/CSStickyHeaderFlowLayout)
[![](http://gh-btns.cjwirth.com/stars/jamztang/CSStickyHeaderFlowLayout)](https://github.com/jamztang/CSStickyHeaderFlowLayout/stargazers)
Language: Obj-C
License: [MIT][MIT] | 168 | [BLKFlexibleHeightBar](https://github.com/bryankeller/BLKFlexibleHeightBar)
[![](http://gh-btns.cjwirth.com/stars/bryankeller/BLKFlexibleHeightBar)](https://github.com/bryankeller/BLKFlexibleHeightBar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 169 | [SAParallaxViewControllerSwift](https://github.com/szk-atmosphere/SAParallaxViewControllerSwift)
[![](http://gh-btns.cjwirth.com/stars/szk-atmosphere/SAParallaxViewControllerSwift)](https://github.com/szk-atmosphere/SAParallaxViewControllerSwift/stargazers)
Language: Swift
License: [MIT][MIT] | 170 | [MGSpotyViewController](https://github.com/matteogobbi/MGSpotyViewController)
[![](http://gh-btns.cjwirth.com/stars/matteogobbi/MGSpotyViewController)](https://github.com/matteogobbi/MGSpotyViewController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 171 | [RAReorderableLayout](https://github.com/ra1028/RAReorderableLayout)
[![](http://gh-btns.cjwirth.com/stars/ra1028/RAReorderableLayout)](https://github.com/ra1028/RAReorderableLayout/stargazers)
Language: Swift
License: [MIT][MIT] | 172 | 173 | 174 | User Input 175 | ========== 176 | Repo | Demo 177 | --- | --- 178 | [RKRichTextView](https://github.com/ren6/RKRichTextView)
[![](http://gh-btns.cjwirth.com/stars/ren6/RKRichTextView)](https://github.com/ren6/RKRichTextView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 179 | [ZSSRichTextEditor](https://github.com/nnhubbard/ZSSRichTextEditor)
[![](http://gh-btns.cjwirth.com/stars/nnhubbard/ZSSRichTextEditor)](https://github.com/nnhubbard/ZSSRichTextEditor/stargazers)
Language: Obj-C
License: [MIT][MIT] | 180 | [RichEditorView](https://github.com/cjwirth/RichEditorView)
[![](http://gh-btns.cjwirth.com/stars/cjwirth/RichEditorView)](https://github.com/cjwirth/RichEditorView/stargazers)
Language: Swift
License: [BSD-3][BSD-3] | 181 | [TextFieldEffects](https://github.com/raulriera/TextFieldEffects)
[![](http://gh-btns.cjwirth.com/stars/raulriera/TextFieldEffects)](https://github.com/raulriera/TextFieldEffects/stargazers)
Language: Swift
License: [MIT][MIT] | 182 | [SlackTextViewController](https://github.com/slackhq/SlackTextViewController)
[![](http://gh-btns.cjwirth.com/stars/slackhq/SlackTextViewController)](https://github.com/slackhq/SlackTextViewController/stargazers)
Language: Obj-C
License: [Apache v2][Apache v2] | 183 | [JVFloatLabeledTextField](https://github.com/jverdi/JVFloatLabeledTextField)
[![](http://gh-btns.cjwirth.com/stars/jverdi/JVFloatLabeledTextField)](https://github.com/jverdi/JVFloatLabeledTextField/stargazers)
Language: Obj-C
License: [MIT][MIT] | 184 | [ActionSheetPicker-3.0](https://github.com/skywinder/ActionSheetPicker-3.0)
[![](http://gh-btns.cjwirth.com/stars/skywinder/ActionSheetPicker-3.0)](https://github.com/skywinder/ActionSheetPicker-3.0/stargazers)
Language: Obj-C
License: [BSD-3][BSD-3] | 185 | [HTYTextField](https://github.com/hanton/HTYTextField)
[![](http://gh-btns.cjwirth.com/stars/hanton/HTYTextField)](https://github.com/hanton/HTYTextField/stargazers)
Language: Swift
License: [MIT][MIT] | 186 | 187 | 188 | 189 | [wasabeef]: https://github.com/wasabeef 190 | [Android Version]: https://github.com/wasabeef/awesome-android-ui 191 | [awesome-creator]: https://github.com/cjwirth/awesome-creator 192 | [MIT]: http://opensource.org/licenses/MIT 193 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 194 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 195 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 196 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 197 | -------------------------------------------------------------------------------- /assets/AMSlideMenu1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/AMSlideMenu1.gif -------------------------------------------------------------------------------- /assets/ASMediaFocusManager1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/ASMediaFocusManager1.gif -------------------------------------------------------------------------------- /assets/ASMediaFocusManager2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/ASMediaFocusManager2.gif -------------------------------------------------------------------------------- /assets/ActionSheetPicker3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/ActionSheetPicker3.gif -------------------------------------------------------------------------------- /assets/AnimatedTransitionGallery1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/AnimatedTransitionGallery1.gif -------------------------------------------------------------------------------- /assets/BBBadgeBarButtonItem1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/BBBadgeBarButtonItem1.png -------------------------------------------------------------------------------- /assets/BFPaperTabBarController1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/BFPaperTabBarController1.gif -------------------------------------------------------------------------------- /assets/BLKFlexibleHeightBar1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/BLKFlexibleHeightBar1.gif -------------------------------------------------------------------------------- /assets/BLKFlexibleHeightBar2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/BLKFlexibleHeightBar2.gif -------------------------------------------------------------------------------- /assets/BOZPongRefreshControl1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/BOZPongRefreshControl1.gif -------------------------------------------------------------------------------- /assets/CBStoreHouseRefreshControl1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/CBStoreHouseRefreshControl1.gif -------------------------------------------------------------------------------- /assets/CBStoreHouseRefreshControl2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/CBStoreHouseRefreshControl2.gif -------------------------------------------------------------------------------- /assets/CBZSplashView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/CBZSplashView1.gif -------------------------------------------------------------------------------- /assets/CRToast1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/CRToast1.gif -------------------------------------------------------------------------------- /assets/CSStickyHeaderFlowLayout1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/CSStickyHeaderFlowLayout1.gif -------------------------------------------------------------------------------- /assets/CSStickyHeaderFlowLayout2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/CSStickyHeaderFlowLayout2.gif -------------------------------------------------------------------------------- /assets/CSStickyHeaderFlowLayout3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/CSStickyHeaderFlowLayout3.gif -------------------------------------------------------------------------------- /assets/DCAnimationKit1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/DCAnimationKit1.gif -------------------------------------------------------------------------------- /assets/DCAnimationKit2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/DCAnimationKit2.gif -------------------------------------------------------------------------------- /assets/DSDynamicScrollView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/DSDynamicScrollView1.gif -------------------------------------------------------------------------------- /assets/EBPhotoPages1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/EBPhotoPages1.png -------------------------------------------------------------------------------- /assets/EBPhotoPages2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/EBPhotoPages2.png -------------------------------------------------------------------------------- /assets/EBPhotoPages3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/EBPhotoPages3.png -------------------------------------------------------------------------------- /assets/EBPhotoPages4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/EBPhotoPages4.png -------------------------------------------------------------------------------- /assets/FFCircularProgressView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/FFCircularProgressView1.gif -------------------------------------------------------------------------------- /assets/FLAnimatedImage1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/FLAnimatedImage1.gif -------------------------------------------------------------------------------- /assets/FSCalendar1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/FSCalendar1.jpg -------------------------------------------------------------------------------- /assets/FoldingTabBar.iOS1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/FoldingTabBar.iOS1.gif -------------------------------------------------------------------------------- /assets/GGTabBar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/GGTabBar1.png -------------------------------------------------------------------------------- /assets/GLCalendarView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/GLCalendarView1.gif -------------------------------------------------------------------------------- /assets/GaugeKit1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/GaugeKit1.gif -------------------------------------------------------------------------------- /assets/HTYTextField1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/HTYTextField1.gif -------------------------------------------------------------------------------- /assets/JFMinimalNotifications1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JFMinimalNotifications1.gif -------------------------------------------------------------------------------- /assets/JFMinimalNotifications2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JFMinimalNotifications2.gif -------------------------------------------------------------------------------- /assets/JFMinimalNotifications3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JFMinimalNotifications3.jpeg -------------------------------------------------------------------------------- /assets/JSBadgeView1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JSBadgeView1.png -------------------------------------------------------------------------------- /assets/JSBadgeView2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JSBadgeView2.png -------------------------------------------------------------------------------- /assets/JTCalendar1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JTCalendar1.gif -------------------------------------------------------------------------------- /assets/JTCalendar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JTCalendar2.png -------------------------------------------------------------------------------- /assets/JVFloatLabeledTextField1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JVFloatLabeledTextField1.gif -------------------------------------------------------------------------------- /assets/JazzHands1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/JazzHands1.gif -------------------------------------------------------------------------------- /assets/KLCPopup1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/KLCPopup1.gif -------------------------------------------------------------------------------- /assets/LNNotificationsUI1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/LNNotificationsUI1.gif -------------------------------------------------------------------------------- /assets/M13BadgeView1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13BadgeView1.png -------------------------------------------------------------------------------- /assets/M13ProgressSuite1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite1.gif -------------------------------------------------------------------------------- /assets/M13ProgressSuite2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite2.gif -------------------------------------------------------------------------------- /assets/M13ProgressSuite3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite3.gif -------------------------------------------------------------------------------- /assets/M13ProgressSuite4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite4.gif -------------------------------------------------------------------------------- /assets/M13ProgressSuite5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite5.gif -------------------------------------------------------------------------------- /assets/M13ProgressSuite6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite6.gif -------------------------------------------------------------------------------- /assets/M13ProgressSuite7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite7.gif -------------------------------------------------------------------------------- /assets/M13ProgressSuite8.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/M13ProgressSuite8.gif -------------------------------------------------------------------------------- /assets/MBProgressHUD1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MBProgressHUD1.png -------------------------------------------------------------------------------- /assets/MBProgressHUD2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MBProgressHUD2.png -------------------------------------------------------------------------------- /assets/MBProgressHUD3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MBProgressHUD3.png -------------------------------------------------------------------------------- /assets/MBProgressHUD4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MBProgressHUD4.png -------------------------------------------------------------------------------- /assets/MBProgressHUD5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MBProgressHUD5.png -------------------------------------------------------------------------------- /assets/MBProgressHUD6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MBProgressHUD6.png -------------------------------------------------------------------------------- /assets/MBProgressHUD7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MBProgressHUD7.png -------------------------------------------------------------------------------- /assets/MGFashionMenuView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MGFashionMenuView1.gif -------------------------------------------------------------------------------- /assets/MGSpotyViewController1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MGSpotyViewController1.gif -------------------------------------------------------------------------------- /assets/MHTabBarController1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MHTabBarController1.png -------------------------------------------------------------------------------- /assets/MHVideoPhotoGallery1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MHVideoPhotoGallery1.gif -------------------------------------------------------------------------------- /assets/MHVideoPhotoGallery2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MHVideoPhotoGallery2.gif -------------------------------------------------------------------------------- /assets/MHVideoPhotoGallery3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MHVideoPhotoGallery3.gif -------------------------------------------------------------------------------- /assets/MHVideoPhotoGallery4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MHVideoPhotoGallery4.gif -------------------------------------------------------------------------------- /assets/MNTPullToReact1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MNTPullToReact1.gif -------------------------------------------------------------------------------- /assets/MPSkewed1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MPSkewed1.gif -------------------------------------------------------------------------------- /assets/MPSkewed2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MPSkewed2.gif -------------------------------------------------------------------------------- /assets/MRProgress1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MRProgress1.jpg -------------------------------------------------------------------------------- /assets/MRProgress2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MRProgress2.jpg -------------------------------------------------------------------------------- /assets/MRProgress3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MRProgress3.jpg -------------------------------------------------------------------------------- /assets/MRProgress4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MRProgress4.jpg -------------------------------------------------------------------------------- /assets/MRProgress5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MRProgress5.jpg -------------------------------------------------------------------------------- /assets/MRProgress6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MRProgress6.jpg -------------------------------------------------------------------------------- /assets/MRProgress7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MRProgress7.jpg -------------------------------------------------------------------------------- /assets/MWPhotoBrowser1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MWPhotoBrowser1.png -------------------------------------------------------------------------------- /assets/MWPhotoBrowser2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MWPhotoBrowser2.png -------------------------------------------------------------------------------- /assets/MWPhotoBrowser3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MWPhotoBrowser3.png -------------------------------------------------------------------------------- /assets/MWPhotoBrowser4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MWPhotoBrowser4.png -------------------------------------------------------------------------------- /assets/MYBlurIntroductionView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MYBlurIntroductionView1.gif -------------------------------------------------------------------------------- /assets/MZFormSheetController1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MZFormSheetController1.png -------------------------------------------------------------------------------- /assets/MZFormSheetController2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MZFormSheetController2.gif -------------------------------------------------------------------------------- /assets/Material1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/Material1.gif -------------------------------------------------------------------------------- /assets/Material2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/Material2.gif -------------------------------------------------------------------------------- /assets/Material3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/Material3.gif -------------------------------------------------------------------------------- /assets/MaterialKit1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MaterialKit1.gif -------------------------------------------------------------------------------- /assets/MinimalTabBar1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MinimalTabBar1.gif -------------------------------------------------------------------------------- /assets/MosaicLayout1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/MosaicLayout1.png -------------------------------------------------------------------------------- /assets/NVActivityIndicatorView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/NVActivityIndicatorView1.gif -------------------------------------------------------------------------------- /assets/Notie1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/Notie1.gif -------------------------------------------------------------------------------- /assets/Onboard1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/Onboard1.gif -------------------------------------------------------------------------------- /assets/PMTween1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/PMTween1.gif -------------------------------------------------------------------------------- /assets/PMTween2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/PMTween2.gif -------------------------------------------------------------------------------- /assets/Popping1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/Popping1.gif -------------------------------------------------------------------------------- /assets/PullToRefreshCoreText1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/PullToRefreshCoreText1.gif -------------------------------------------------------------------------------- /assets/PulsingHalo1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/PulsingHalo1.gif -------------------------------------------------------------------------------- /assets/RAReorderableLayout1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RAReorderableLayout1.gif -------------------------------------------------------------------------------- /assets/RATreeView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RATreeView1.gif -------------------------------------------------------------------------------- /assets/REFrostedViewController1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/REFrostedViewController1.gif -------------------------------------------------------------------------------- /assets/RESideMenu1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RESideMenu1.gif -------------------------------------------------------------------------------- /assets/RKDropdownAlert1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RKDropdownAlert1.gif -------------------------------------------------------------------------------- /assets/RKDropdownAlert2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RKDropdownAlert2.gif -------------------------------------------------------------------------------- /assets/RKNotificationHub1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RKNotificationHub1.gif -------------------------------------------------------------------------------- /assets/RKRichTextView1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RKRichTextView1.png -------------------------------------------------------------------------------- /assets/RZTransitions1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RZTransitions1.gif -------------------------------------------------------------------------------- /assets/ReflectionView1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/ReflectionView1.jpg -------------------------------------------------------------------------------- /assets/RichEditorView1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/RichEditorView1.gif -------------------------------------------------------------------------------- /assets/SAHistoryNavigationViewController1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/SAHistoryNavigationViewController1.gif -------------------------------------------------------------------------------- /assets/SAParallaxViewControllerSwift1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/SAParallaxViewControllerSwift1.gif -------------------------------------------------------------------------------- /assets/SimpleAlert1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/SimpleAlert1.gif -------------------------------------------------------------------------------- /assets/SlackTextViewController1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/SlackTextViewController1.gif -------------------------------------------------------------------------------- /assets/TSMessages1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/TSMessages1.png -------------------------------------------------------------------------------- /assets/TSMessages2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/TSMessages2.png -------------------------------------------------------------------------------- /assets/TSMessages3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/TSMessages3.png -------------------------------------------------------------------------------- /assets/TWMessageBarManager1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/TWMessageBarManager1.png -------------------------------------------------------------------------------- /assets/TWTSideMenuViewController1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/TWTSideMenuViewController1.gif -------------------------------------------------------------------------------- /assets/TextFieldEffects.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/TextFieldEffects.gif -------------------------------------------------------------------------------- /assets/UITextField-Shake1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/UITextField-Shake1.gif -------------------------------------------------------------------------------- /assets/UzysAnimatedGifPullToRefresh1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/UzysAnimatedGifPullToRefresh1.gif -------------------------------------------------------------------------------- /assets/UzysCircularProgressPullToRefresh1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/UzysCircularProgressPullToRefresh1.gif -------------------------------------------------------------------------------- /assets/VideoSplash1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/VideoSplash1.gif -------------------------------------------------------------------------------- /assets/XCDYouTubeKit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/XCDYouTubeKit1.png -------------------------------------------------------------------------------- /assets/ZSSRichTextEditor1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/ZSSRichTextEditor1.gif -------------------------------------------------------------------------------- /assets/adaptive-tab-bar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/adaptive-tab-bar1.png -------------------------------------------------------------------------------- /assets/cariocamenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/cariocamenu.gif -------------------------------------------------------------------------------- /assets/iOS-blur1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/iOS-blur1.png -------------------------------------------------------------------------------- /assets/wobble-view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cjwirth/awesome-ios-ui/2bb9ace467fc5048fbdbb52e8fb558cc3973a422/assets/wobble-view.gif -------------------------------------------------------------------------------- /pages/Animations.md: -------------------------------------------------------------------------------- 1 | Animations and Transitions 2 | ========================== 3 | Repo | Demo 4 | --- | --- 5 | [AnimatedTransitionGallery](https://github.com/shu223/AnimatedTransitionGallery)
[![](http://gh-btns.cjwirth.com/stars/shu223/AnimatedTransitionGallery)](https://github.com/shu223/AnimatedTransitionGallery/stargazers)
Language: Obj-C
License: [Unknown][Unknown] | 6 | [RZTransitions](https://github.com/Raizlabs/RZTransitions)
[![](http://gh-btns.cjwirth.com/stars/Raizlabs/RZTransitions)](https://github.com/Raizlabs/RZTransitions/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [DCAnimationKit](https://github.com/daltoniam/DCAnimationKit)
[![](http://gh-btns.cjwirth.com/stars/daltoniam/DCAnimationKit)](https://github.com/daltoniam/DCAnimationKit/stargazers)
Language: Obj-C
License: [Apache v2][Apache v2] | 8 | [PMTween](https://github.com/poetmountain/PMTween)
[![](http://gh-btns.cjwirth.com/stars/poetmountain/PMTween)](https://github.com/poetmountain/PMTween/stargazers)
Language: Obj-C
License: [MIT][MIT] | 9 | [SAHistoryNavigationViewController](https://github.com/szk-atmosphere/SAHistoryNavigationViewController)
[![](http://gh-btns.cjwirth.com/stars/szk-atmosphere/SAHistoryNavigationViewController)](https://github.com/szk-atmosphere/SAHistoryNavigationViewController/stargazers)
Language: Swift
License: [MIT][MIT] | 10 | [WobbleView](https://github.com/inFullMobile/WobbleView)
[![](http://gh-btns.cjwirth.com/stars/inFullMobile/WobbleView)](https://github.com/inFullMobile/WobbleView/stargazers)
Language: Swift
License: [MIT][MIT] | 11 | [CBZSplashView](https://github.com/callumboddy/CBZSplashView)
[![](http://gh-btns.cjwirth.com/stars/callumboddy/CBZSplashView)](https://github.com/callumboddy/CBZSplashView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 12 | 13 | [MIT]: http://opensource.org/licenses/MIT 14 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 15 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 16 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 17 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/Badges.md: -------------------------------------------------------------------------------- 1 | Badges 2 | ====== 3 | Repo | Demo 4 | --- | --- 5 | [RKNotificationHub](https://github.com/cwRichardKim/RKNotificationHub)
[![](http://gh-btns.cjwirth.com/stars/cwRichardKim/RKNotificationHub)](https://github.com/cwRichardKim/RKNotificationHub/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [BBBadgeBarButtonItem](https://github.com/TanguyAladenise/BBBadgeBarButtonItem)
[![](http://gh-btns.cjwirth.com/stars/TanguyAladenise/BBBadgeBarButtonItem)](https://github.com/TanguyAladenise/BBBadgeBarButtonItem/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [JSBadgeView](https://github.com/JaviSoto/JSBadgeView)
[![](http://gh-btns.cjwirth.com/stars/JaviSoto/JSBadgeView)](https://github.com/JaviSoto/JSBadgeView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | 9 | [MIT]: http://opensource.org/licenses/MIT 10 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 11 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 12 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 13 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/Calendars.md: -------------------------------------------------------------------------------- 1 | Calendars 2 | ========= 3 | Repo | Demo 4 | --- | --- 5 | [FSCalendar](https://github.com/WenchaoIOS/FSCalendar)
[![](http://gh-btns.cjwirth.com/stars/WenchaoIOS/FSCalendar)](https://github.com/WenchaoIOS/FSCalendar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [GLCalendarView](https://github.com/Glow-Inc/GLCalendarView)
[![](http://gh-btns.cjwirth.com/stars/Glow-Inc/GLCalendarView)](https://github.com/Glow-Inc/GLCalendarView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [JTCalendar](https://github.com/jonathantribouharet/JTCalendar)
[![](http://gh-btns.cjwirth.com/stars/jonathantribouharet/JTCalendar)](https://github.com/jonathantribouharet/JTCalendar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | 9 | [MIT]: http://opensource.org/licenses/MIT 10 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 11 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 12 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 13 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/Effects.md: -------------------------------------------------------------------------------- 1 | Effects 2 | ======= 3 | Repo | Demo 4 | --- | --- 5 | [FLAnimatedImage](https://github.com/Flipboard/FLAnimatedImage)
[![](http://gh-btns.cjwirth.com/stars/Flipboard/FLAnimatedImage)](https://github.com/Flipboard/FLAnimatedImage/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [PulsingHalo](https://github.com/shu223/PulsingHalo)
[![](http://gh-btns.cjwirth.com/stars/shu223/PulsingHalo)](https://github.com/shu223/PulsingHalo/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [UITextField-Shake](https://github.com/andreamazz/UITextField-Shake)
[![](http://gh-btns.cjwirth.com/stars/andreamazz/UITextField-Shake)](https://github.com/andreamazz/UITextField-Shake/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | 9 | [MIT]: http://opensource.org/licenses/MIT 10 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 11 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 12 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 13 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/MaterialDesign.md: -------------------------------------------------------------------------------- 1 | Material Design 2 | =============== 3 | Repo | Demo 4 | --- | --- 5 | [Material](https://github.com/CosmicMind/Material)
[![](http://gh-btns.cjwirth.com/stars/CosmicMind/Material)](https://github.com/CosmicMind/Material/stargazers)
Language: Swift
License: [BSD-3][BSD-3] | 6 | [MaterialKit](https://github.com/nghialv/MaterialKit)
[![](http://gh-btns.cjwirth.com/stars/nghialv/MaterialKit)](https://github.com/nghialv/MaterialKit/stargazers)
Language: Swift
License: [MIT][MIT] | 7 | 8 | [MIT]: http://opensource.org/licenses/MIT 9 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 10 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 11 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 12 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/NotificationsAlerts.md: -------------------------------------------------------------------------------- 1 | Notifications and Alerts 2 | ======================== 3 | Repo | Demo 4 | --- | --- 5 | [TSMessages](https://github.com/KrauseFx/TSMessages)
[![](http://gh-btns.cjwirth.com/stars/KrauseFx/TSMessages)](https://github.com/KrauseFx/TSMessages/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [CRToast](https://github.com/cruffenach/CRToast)
[![](http://gh-btns.cjwirth.com/stars/cruffenach/CRToast)](https://github.com/cruffenach/CRToast/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [TWMessageBarManager](https://github.com/terryworona/TWMessageBarManager)
[![](http://gh-btns.cjwirth.com/stars/terryworona/TWMessageBarManager)](https://github.com/terryworona/TWMessageBarManager/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | [RKDropdownAlert](https://github.com/cwRichardKim/RKDropdownAlert)
[![](http://gh-btns.cjwirth.com/stars/cwRichardKim/RKDropdownAlert)](https://github.com/cwRichardKim/RKDropdownAlert/stargazers)
Language: Obj-C
License: [MIT][MIT] | 9 | [SimpleAlert](https://github.com/KyoheiG3/SimpleAlert)
[![](http://gh-btns.cjwirth.com/stars/KyoheiG3/SimpleAlert)](https://github.com/KyoheiG3/SimpleAlert/stargazers)
Language: Swift
License: [MIT][MIT] | 10 | [JFMinimalNotifications](https://github.com/atljeremy/JFMinimalNotifications)
[![](http://gh-btns.cjwirth.com/stars/atljeremy/JFMinimalNotifications)](https://github.com/atljeremy/JFMinimalNotifications/stargazers)
Language: Obj-C
License: [MIT][MIT] | 11 | [MGFashionMenuView](https://github.com/matteogobbi/MGFashionMenuView)
[![](http://gh-btns.cjwirth.com/stars/matteogobbi/MGFashionMenuView)](https://github.com/matteogobbi/MGFashionMenuView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 12 | [KLCPopup](https://github.com/jmascia/KLCPopup)
[![](http://gh-btns.cjwirth.com/stars/jmascia/KLCPopup)](https://github.com/jmascia/KLCPopup/stargazers)
Language: Obj-C
License: [MIT][MIT] | 13 | [MZFormSheetController](https://github.com/m1entus/MZFormSheetController)
[![](http://gh-btns.cjwirth.com/stars/m1entus/MZFormSheetController)](https://github.com/m1entus/MZFormSheetController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 14 | [Notie](https://github.com/thii/Notie)
[![](http://gh-btns.cjwirth.com/stars/thii/Notie)](https://github.com/thii/Notie/stargazers)
Language: Swift
License: [MIT][MIT] | 15 | [LNNotificationsUI](https://github.com/LeoNatan/LNNotificationsUI)
[![](http://gh-btns.cjwirth.com/stars/LeoNatan/LNNotificationsUI)](https://github.com/LeoNatan/LNNotificationsUI/stargazers)
Language: Obj-C
License: [MIT][MIT] | 16 | 17 | [MIT]: http://opensource.org/licenses/MIT 18 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 19 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 20 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 21 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/Onboarding.md: -------------------------------------------------------------------------------- 1 | Onboarding and Tutorials 2 | ======================== 3 | Repo | Demo 4 | --- | --- 5 | [JazzHands](https://github.com/IFTTT/JazzHands)
[![](http://gh-btns.cjwirth.com/stars/IFTTT/JazzHands)](https://github.com/IFTTT/JazzHands/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [MYBlurIntroductionView](https://github.com/MatthewYork/MYBlurIntroductionView)
[![](http://gh-btns.cjwirth.com/stars/MatthewYork/MYBlurIntroductionView)](https://github.com/MatthewYork/MYBlurIntroductionView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [Onboard](https://github.com/mamaral/Onboard)
[![](http://gh-btns.cjwirth.com/stars/mamaral/Onboard)](https://github.com/mamaral/Onboard/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | 9 | [MIT]: http://opensource.org/licenses/MIT 10 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 11 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 12 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 13 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/PhotoVideo.md: -------------------------------------------------------------------------------- 1 | Photo and Video 2 | =============== 3 | Repo | Demo 4 | --- | --- 5 | [MWPhotoBrowser](https://github.com/mwaterfall/MWPhotoBrowser)
[![](http://gh-btns.cjwirth.com/stars/mwaterfall/MWPhotoBrowser)](https://github.com/mwaterfall/MWPhotoBrowser/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [XCDYouTubeKit](https://github.com/0xced/XCDYouTubeKit)
[![](http://gh-btns.cjwirth.com/stars/0xced/XCDYouTubeKit)](https://github.com/0xced/XCDYouTubeKit/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [MHVideoPhotoGallery](https://github.com/mariohahn/MHVideoPhotoGallery)
[![](http://gh-btns.cjwirth.com/stars/mariohahn/MHVideoPhotoGallery)](https://github.com/mariohahn/MHVideoPhotoGallery/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | [EBPhotoPages](https://github.com/EddyBorja/EBPhotoPages)
[![](http://gh-btns.cjwirth.com/stars/EddyBorja/EBPhotoPages)](https://github.com/EddyBorja/EBPhotoPages/stargazers)
Language: Obj-C
License: [MIT][MIT] | 9 | [ASMediaFocusManager](https://github.com/autresphere/ASMediaFocusManager)
[![](http://gh-btns.cjwirth.com/stars/autresphere/ASMediaFocusManager)](https://github.com/autresphere/ASMediaFocusManager/stargazers)
Language: Obj-C
License: [MIT][MIT] | 10 | [VideoSplashKit](https://github.com/movielala/VideoSplashKit)
[![](http://gh-btns.cjwirth.com/stars/movielala/VideoSplashKit)](https://github.com/movielala/VideoSplashKit/stargazers)
Language: Swift
License: [MIT][MIT] | 11 | 12 | [MIT]: http://opensource.org/licenses/MIT 13 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 14 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 15 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 16 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/ProgressViews.md: -------------------------------------------------------------------------------- 1 | Progress Views 2 | ============== 3 | Repo | Demo 4 | --- | --- 5 | [MBProgressHUD](https://github.com/jdg/MBProgressHUD)
[![](http://gh-btns.cjwirth.com/stars/jdg/MBProgressHUD)](https://github.com/jdg/MBProgressHUD/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [MRProgress](https://github.com/mrackwitz/MRProgress)
[![](http://gh-btns.cjwirth.com/stars/mrackwitz/MRProgress)](https://github.com/mrackwitz/MRProgress/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [M13ProgressSuite](https://github.com/Marxon13/M13ProgressSuite)
[![](http://gh-btns.cjwirth.com/stars/Marxon13/M13ProgressSuite)](https://github.com/Marxon13/M13ProgressSuite/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | [FFCircularProgressView](https://github.com/elbryan/FFCircularProgressView)
[![](http://gh-btns.cjwirth.com/stars/elbryan/FFCircularProgressView)](https://github.com/elbryan/FFCircularProgressView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 9 | [GaugeKit](https://github.com/skywinder/GaugeKit)
[![](http://gh-btns.cjwirth.com/stars/skywinder/GaugeKit)](https://github.com/skywinder/GaugeKit/stargazers)
Language: Swift
License: [MIT][MIT] | 10 | [NVActivityIndicatorView](https://github.com/ninjaprox/NVActivityIndicatorView)
[![](http://gh-btns.cjwirth.com/stars/ninjaprox/NVActivityIndicatorView)](https://github.com/ninjaprox/NVActivityIndicatorView/stargazers)
Language: Swift
License: [MIT][MIT] | 11 | 12 | [MIT]: http://opensource.org/licenses/MIT 13 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 14 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 15 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 16 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/RefreshControls.md: -------------------------------------------------------------------------------- 1 | RefreshControls 2 | =============== 3 | Repo | Demo 4 | --- | --- 5 | [CBStoreHouseRefreshControl](https://github.com/coolbeet/CBStoreHouseRefreshControl)
[![](http://gh-btns.cjwirth.com/stars/coolbeet/CBStoreHouseRefreshControl)](https://github.com/coolbeet/CBStoreHouseRefreshControl/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [UzysAnimatedGifPullToRefresh](https://github.com/uzysjung/UzysAnimatedGifPullToRefresh)
[![](http://gh-btns.cjwirth.com/stars/uzysjung/UzysAnimatedGifPullToRefresh)](https://github.com/uzysjung/UzysAnimatedGifPullToRefresh/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [BOZPongRefreshControl](https://github.com/boztalay/BOZPongRefreshControl)
[![](http://gh-btns.cjwirth.com/stars/boztalay/BOZPongRefreshControl)](https://github.com/boztalay/BOZPongRefreshControl/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | [mntpulltoreact](https://github.com/mentionapp/mntpulltoreact)
[![](http://gh-btns.cjwirth.com/stars/mentionapp/mntpulltoreact)](https://github.com/mentionapp/mntpulltoreact/stargazers)
Language: Obj-C
License: [Apache v2][Apache v2] | 9 | [UzysCircularProgressPullToRefresh](https://github.com/uzysjung/UzysCircularProgressPullToRefresh)
[![](http://gh-btns.cjwirth.com/stars/uzysjung/UzysCircularProgressPullToRefresh)](https://github.com/uzysjung/UzysCircularProgressPullToRefresh/stargazers)
Language: Obj-C
License: [MIT][MIT] | 10 | [PullToRefreshCoreText](https://github.com/cemolcay/PullToRefreshCoreText)
[![](http://gh-btns.cjwirth.com/stars/cemolcay/PullToRefreshCoreText)](https://github.com/cemolcay/PullToRefreshCoreText/stargazers)
Language: Obj-C
License: [MIT][MIT] | 11 | 12 | [MIT]: http://opensource.org/licenses/MIT 13 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 14 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 15 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 16 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/SideMenu.md: -------------------------------------------------------------------------------- 1 | Side Menu 2 | ========= 3 | Repo | Demo 4 | --- | --- 5 | [RESideMenu](https://github.com/romaonthego/RESideMenu)
[![](http://gh-btns.cjwirth.com/stars/romaonthego/RESideMenu)](https://github.com/romaonthego/RESideMenu/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [REFrostedViewController](https://github.com/romaonthego/REFrostedViewController)
[![](http://gh-btns.cjwirth.com/stars/romaonthego/REFrostedViewController)](https://github.com/romaonthego/REFrostedViewController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [TWTSideMenuViewController](https://github.com/twotoasters/TWTSideMenuViewController)
[![](http://gh-btns.cjwirth.com/stars/twotoasters/TWTSideMenuViewController)](https://github.com/twotoasters/TWTSideMenuViewController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | [AMSlideMenu](https://github.com/SocialObjects-Software/AMSlideMenu)
[![](http://gh-btns.cjwirth.com/stars/SocialObjects-Software/AMSlideMenu)](https://github.com/SocialObjects-Software/AMSlideMenu/stargazers)
Language: Obj-C
License: [MIT][MIT] | 9 | [CariocaMenu](https://github.com/arn00s/cariocamenu)
[![](http://gh-btns.cjwirth.com/stars/arn00s/CariocaMenu)](https://github.com/arn00s/CariocaMenu/stargazers)
Language: Swift
License: [MIT][MIT] | 10 | 11 | [MIT]: http://opensource.org/licenses/MIT 12 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 13 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 14 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 15 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/TabBars.md: -------------------------------------------------------------------------------- 1 | Tab Bars 2 | ======== 3 | Repo | Demo 4 | --- | --- 5 | [MinimalTabBar](https://github.com/jamesdunay/MinimalTabBar)
[![](http://gh-btns.cjwirth.com/stars/jamesdunay/MinimalTabBar)](https://github.com/jamesdunay/MinimalTabBar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [adaptive-tab-bar](https://github.com/Ramotion/adaptive-tab-bar)
[![](http://gh-btns.cjwirth.com/stars/Ramotion/adaptive-tab-bar)](https://github.com/Ramotion/adaptive-tab-bar/stargazers)
Language: Swift
License: [MIT][MIT] | 7 | [FoldingTabBar.iOS](https://github.com/Yalantis/FoldingTabBar.iOS)
[![](http://gh-btns.cjwirth.com/stars/Yalantis/FoldingTabBar.iOS)](https://github.com/Yalantis/FoldingTabBar.iOS/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | [GGTabBar](https://github.com/Goles/GGTabBar)
[![](http://gh-btns.cjwirth.com/stars/Goles/GGTabBar)](https://github.com/Goles/GGTabBar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 9 | [BFPaperTabBarController](https://github.com/bfeher/BFPaperTabBarController)
[![](http://gh-btns.cjwirth.com/stars/bfeher/BFPaperTabBarController)](https://github.com/bfeher/BFPaperTabBarController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 10 | 11 | [MIT]: http://opensource.org/licenses/MIT 12 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 13 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 14 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 15 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/TableCollectionViews.md: -------------------------------------------------------------------------------- 1 | Table/Collection Views 2 | ====================== 3 | Repo | Demo 4 | --- | --- 5 | [MPSkewed](https://github.com/MP0w/MPSkewed)
[![](http://gh-btns.cjwirth.com/stars/MP0w/MPSkewed)](https://github.com/MP0w/MPSkewed/stargazers)
Language: Obj-C
License: [BSD-3][BSD-3] | 6 | [RATreeView](https://github.com/Augustyniak/RATreeView)
[![](http://gh-btns.cjwirth.com/stars/Augustyniak/RATreeView)](https://github.com/Augustyniak/RATreeView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [MosaicLayout](https://github.com/betzerra/MosaicLayout)
[![](http://gh-btns.cjwirth.com/stars/betzerra/MosaicLayout)](https://github.com/betzerra/MosaicLayout/stargazers)
Language: Obj-C
License: [MIT][MIT] | 8 | [DSDynamicScrollView](https://github.com/damirstuhec/DSDynamicScrollView)
[![](http://gh-btns.cjwirth.com/stars/damirstuhec/DSDynamicScrollView)](https://github.com/damirstuhec/DSDynamicScrollView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 9 | [CSStickyHeaderFlowLayout](https://github.com/jamztang/CSStickyHeaderFlowLayout)
[![](http://gh-btns.cjwirth.com/stars/jamztang/CSStickyHeaderFlowLayout)](https://github.com/jamztang/CSStickyHeaderFlowLayout/stargazers)
Language: Obj-C
License: [MIT][MIT] | 10 | [BLKFlexibleHeightBar](https://github.com/bryankeller/BLKFlexibleHeightBar)
[![](http://gh-btns.cjwirth.com/stars/bryankeller/BLKFlexibleHeightBar)](https://github.com/bryankeller/BLKFlexibleHeightBar/stargazers)
Language: Obj-C
License: [MIT][MIT] | 11 | [SAParallaxViewControllerSwift](https://github.com/szk-atmosphere/SAParallaxViewControllerSwift)
[![](http://gh-btns.cjwirth.com/stars/szk-atmosphere/SAParallaxViewControllerSwift)](https://github.com/szk-atmosphere/SAParallaxViewControllerSwift/stargazers)
Language: Swift
License: [MIT][MIT] | 12 | [MGSpotyViewController](https://github.com/matteogobbi/MGSpotyViewController)
[![](http://gh-btns.cjwirth.com/stars/matteogobbi/MGSpotyViewController)](https://github.com/matteogobbi/MGSpotyViewController/stargazers)
Language: Obj-C
License: [MIT][MIT] | 13 | [RAReorderableLayout](https://github.com/ra1028/RAReorderableLayout)
[![](http://gh-btns.cjwirth.com/stars/ra1028/RAReorderableLayout)](https://github.com/ra1028/RAReorderableLayout/stargazers)
Language: Swift
License: [MIT][MIT] | 14 | 15 | [MIT]: http://opensource.org/licenses/MIT 16 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 17 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 18 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 19 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 -------------------------------------------------------------------------------- /pages/UserInput.md: -------------------------------------------------------------------------------- 1 | User Input 2 | ========== 3 | Repo | Demo 4 | --- | --- 5 | [RKRichTextView](https://github.com/ren6/RKRichTextView)
[![](http://gh-btns.cjwirth.com/stars/ren6/RKRichTextView)](https://github.com/ren6/RKRichTextView/stargazers)
Language: Obj-C
License: [MIT][MIT] | 6 | [ZSSRichTextEditor](https://github.com/nnhubbard/ZSSRichTextEditor)
[![](http://gh-btns.cjwirth.com/stars/nnhubbard/ZSSRichTextEditor)](https://github.com/nnhubbard/ZSSRichTextEditor/stargazers)
Language: Obj-C
License: [MIT][MIT] | 7 | [RichEditorView](https://github.com/cjwirth/RichEditorView)
[![](http://gh-btns.cjwirth.com/stars/cjwirth/RichEditorView)](https://github.com/cjwirth/RichEditorView/stargazers)
Language: Swift
License: [BSD-3][BSD-3] | 8 | [TextFieldEffects](https://github.com/raulriera/TextFieldEffects)
[![](http://gh-btns.cjwirth.com/stars/raulriera/TextFieldEffects)](https://github.com/raulriera/TextFieldEffects/stargazers)
Language: Swift
License: [MIT][MIT] | 9 | [SlackTextViewController](https://github.com/slackhq/SlackTextViewController)
[![](http://gh-btns.cjwirth.com/stars/slackhq/SlackTextViewController)](https://github.com/slackhq/SlackTextViewController/stargazers)
Language: Obj-C
License: [Apache v2][Apache v2] | 10 | [JVFloatLabeledTextField](https://github.com/jverdi/JVFloatLabeledTextField)
[![](http://gh-btns.cjwirth.com/stars/jverdi/JVFloatLabeledTextField)](https://github.com/jverdi/JVFloatLabeledTextField/stargazers)
Language: Obj-C
License: [MIT][MIT] | 11 | [ActionSheetPicker-3.0](https://github.com/skywinder/ActionSheetPicker-3.0)
[![](http://gh-btns.cjwirth.com/stars/skywinder/ActionSheetPicker-3.0)](https://github.com/skywinder/ActionSheetPicker-3.0/stargazers)
Language: Obj-C
License: [BSD-3][BSD-3] | 12 | [HTYTextField](https://github.com/hanton/HTYTextField)
[![](http://gh-btns.cjwirth.com/stars/hanton/HTYTextField)](https://github.com/hanton/HTYTextField/stargazers)
Language: Swift
License: [MIT][MIT] | 13 | 14 | [MIT]: http://opensource.org/licenses/MIT 15 | [Apache v2]: https://www.apache.org/licenses/LICENSE-2.0 16 | [BSD-2]: http://opensource.org/licenses/BSD-2-Clause 17 | [BSD-3]: http://opensource.org/licenses/BSD-3-Clause 18 | [Unknown]: https://github.com/shu223/AnimatedTransitionGallery/issues/5 --------------------------------------------------------------------------------