All Projects → varabeis → Awesome Ios Ui

varabeis / Awesome Ios Ui

Licence: mit
A collaborative list of awesome UI & Animation only in Swift. Include quick preview.

Programming Languages

swift
15916 projects

Awesome iOS UI

A collaborative list of awesome UI & Animation in Swift. Inclue frameworks and libraries. Soon add tutorials, Xcode extensions and plugins, components and much more.
Use for search by keyword. Also available navigation. To open preview, to the right of the project click on the point

If you like the project, don't forget to put star ★ and follow me on GitHub:

https://github.com/varabeis

Navigate

Other

Content

Activity Indicator

Action Sheet

  • PopMenu - A cool and customizable popup style action sheet
  • SPPermission - Request permissions with dialog. For customise implement DataSource protocol
  • BulletinBoard - Generate and Display Bottom Card Interfaces
  • Alerts & Pickers - Advanced usage of native UIAlertController with UITextField, UIDatePicker, UIPickerView, UITableView and UICollectionView
  • CFAlertViewController - A library that helps you display and customise alerts and action sheets on iPad and iPhone
  • Hokusai - A Swift library to provide a bouncy action sheet
  • TKSwarmAlert - Animated alert library like Swarm app
  • DOAlertController - Simple Alert View written in Swift, which can be used as a UIAlertController

Alert

Animation

Transition

Badge

  • BadgeHub - A way to quickly add a notification badge icon to any view. Make any UIView a full fledged animated notification center
  • EasyNotificationBadge - UIView extension that adds a notification badge
  • FlagKit - Beautiful flag icons

Calendar

Cards

  • Cards - Awesome iOS 11 AppStore's Card Views
  • Koloda - KolodaView is a class designed to simplify the implementation of Tinder like cards
  • TisprCardStack - Library that allows to have cards UI
  • CardParts - A reactive, card-based UI framework built on UIKit
  • MPParallaxView - Apple TV Parallax effect in Swift. Rotate view using touch or accelerometer
  • folding-cell - FoldingCell is an expanding content cell inspired by folding paper material
  • cardslider - Cardslider is a design UI controller that allows you to swipe through cards with pictures and accompanying descriptions
  • expanding-collection - ExpandingCollection is a card peek/pop controller
  • VerticalCardSwiper - A marriage between the Shazam Discover UI and Tinder, built with UICollectionView
  • CardNavigation - A navigation controller that displays its view controllers as an interactive stack of cards

Button

Segmented Control

Slider

Switch

TextField

TextView

  • RSKGrowingTextView - A light-weight UITextView subclass that automatically grows and shrinks
  • SelectableTextView - A text view that supports selection and expansion
  • STTextView - An easy and clean framework that adds a custom UITextView subclass with a needed placeholder property.

PageControl

  • CHIPageControl - A set of cool animated page controls to replace boring UIPageControl
  • PageControls - This is a selection of custom page controls to replace UIPageControl

Collection View

Color

  • Hue - All-in-one coloring utility

Controller

Form & Settings

  • SPLarkController - Settings screen with buttons and switches
  • Eureka - Elegant iOS form builder
  • Former - Former is a fully customizable Swift2 library for easy creating UITableView based form
  • GenericPasswordRow - A row for Eureka to implement password validations
  • LoginCritter - An animated avatar that responds to text field interactions
  • FormUI - Powerfully simple form builder for UIKit

Label

  • LTMorphingLabel - Graceful morphing effects for UILabel
  • GlitchLabel - Glitching UILabel
  • CountdownLabel - Simple countdown UILabel with morphing animation, and some useful function
  • MarqueeLabel - A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect
  • CoreML-in-ARKit - Simple project to detect objects and display 3D labels above them in AR
  • NumberMorphView - A label view for displaying numbers which can transition or animate using a technique called number tweening or number morphing
  • ActiveLabel.swift - UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://)

Menu

  • GuillotineMenu - Our Guillotine Menu Transitioning Animation implemented in Swift reminds a bit of a notorious killing machine
  • circle-menu - CircleMenu is a simple, elegant UI menu with a circular layout and material design animations
  • AirBar - UIScrollView driven expandable menu
  • SPLarkController - Settings screen with buttons and switches
  • PopMenu - A cool and customizable popup style action sheet
  • ContextMenu - An iOS context menu UI inspired by Things 3
  • Menu - The iOS Menu
  • Segmentio - Animated top/bottom segmented control
  • Persei - Animated top menu for UITableView, UICollectionView, UIScrollView
  • BTNavigationDropdownMenu - The elegant dropdown menu, written in Swift, appears underneath navigation bar to display a list of related items when a user click on the navigation title
  • FlowingMenu - Interactive view transition to display menus with flowing and bouncing effects
  • fan-menu - Menu with a circular layout based on Macaw
  • GooeyTabbar - A gooey effect tabbar
  • SideMenu - Simple side/slide menu control, no code necessary

Navigation Bar

  • BusyNavigationBar - A UINavigationBar extension to show loading effects
  • AMScrollingNavbar - Scrollable UINavigationBar that follows the scrolling of a UIScrollView
  • SPFakeBar - Very similar to original Navigation Bar. Full customisable - height, buttons and other

Pull to Refresh

Tab Bar

Table View

  • preview-transition - Simple preview gallery UI controller with animated tranisitions
  • folding-cell - FoldingCell is an expanding content cell inspired by folding paper material
  • MYTableViewIndex - A pixel perfect replacement for UITableView section index
  • SwipeCellKit - Swipeable UITableViewCell based on the stock Mail app
  • RHPreviewCell - I envied so much Spotify iOS app this great playlist preview cell. Now you can give your users ability to quick check 'what content is hidden under your UITableViewCell'
  • CascadingTableDelegate - A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource
  • TableViewDragger - A cells of UITableView can be rearranged by drag and drop
  • HGPlaceholders - Nice library to show and create placeholders and Empty States for any UITableView, UICollectionView in your project

Icons & Glyphs

  • iOS 11 Glyphs - These icons are a must-have for all iOS developers
  • useAnimations - Animated icons in Lottie Framework and After Effects for immediate implementation
  • SF Symbols - Provides a set of over 1,500 consistent, highly configurable symbols you can use in your app
  • PaintCode - Turn drawings vector icons into Swift

Sketch Projects

Fonts

  • Fonts - Fonts for Apple Platforms
  • Typography - The fonts of this typeface are optimized to give your text unmatched legibility
  • iOS Fonts - List of iOS Fonts
  • iOS Font List - Also list of fonts

Apple Tutorials

  • SwiftUI - Tutorials step by steb about SwiftUI

Xcode Stores

Other Projects

SPAlert

You can find this alerts in AppStore after feedback or after added song to library in Apple Music. Contains popular Done, Heart presets and many other. Done preset present with draw path animation like original. Also available simple present message without icon. Usage in one line code.

SPPerspective

Animation of widgets from iOS 14. 3D transform with dynamic shadow. Look video preview. Available deep customisation 3D and shadow. Also you can use static transform without animation.

SPPermissions

Using for request and check state of permissions. Available native UI for request multiple permissions at the same time. Simple integration and usage like 2 lines code.

SPDiffable

Simplifies working with animated changes in table and collections. Apple's diffable API required models for each object type. If you want use it in many place, you pass time to implement it and get over duplicates codes. This project help do it elegant with shared models and special cell providers. Support side bar iOS14 and already has native cell providers and views.

SparrowKit

Collection of native Swift extensions to boost your development. Support tvOS and watchOS.

Russian Community

В телеграм-канале Код Воробья пишу о iOS разработке. Видео-туториалы выклыдываю на YouTube:

Tutorials on YouTube

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].