Parallax headers have become a common pattern for list views and other content views. React-native-parallax-header-view is an open source UI component allowing you to easily create views with a parallax header in React Native. This version is updated from the original by yohaisengu works with newer versions of React Native (15.5.0+). With React-native-parallax-header-views you can […]
Category: iOS UI Controls
CalendarKit is a Swift based open source UI component from Richard Topchii featuring a modular structure. With CalendarKit you can pick and choose which parts of the calendar to include such as the day calendar or the event calendar. You can also fully customize the look of the calendar. CalendarKit also supports localization of the […]
JDBreaksLoading is fun an open source Swift based component from jamesdouble providing a custom loading indicator with a built-in mini-game. JDBreaksLoading can be used within your views as a subview, and you can customize the colors, and size of the view. This snippet from the readme shows basic usage: [cc] let jdbreaksLoading:JDBreaksLoading = JDBreaksLoading(frame: frame) […]
FAQView is an open source Swift based interface component from Mukesh Thawani allowing you to easily implement a FAQ view on iOS. FAQView is written in Swift, and based on UIView. Question cells expand on press to show content. You can customize the titles, cand colors and there is automatic formatting of links, and phonenumbers […]
Sharaku is an open source Swift based user interface component from Makoto Mori for adding Instagram like filtering to an iOS app. Sharaku can be implemented within interface builder, and utilizes core image to perform the filtering. A demo app is included showing how easy it is to implement Sharaku. This animation from the readme […]
DMSwipeCards is an open source Swift based UI component from Dylan Marriott allowing you to easily implement a Tinder style swipe to choose interface. DMSwipeCards has some nice extra features such as allowing you to dynamically add cards to the top or the bottom of the pile, lazy view loading, and custom card overlays. This […]
NHRangeSlider is an open source Swift based UI component submitted by Ngo Hung providing an open source range slider UI component with nice customization options. NHRangeSlider allows you to customize the color of the slider, have the curvaceousness of the slider thumbs, and add labels above the slider, and the labels for each thumb. This […]
Swift-CircleMenu is an open source Swift 3 based UI component submitted by Shoaib Ahmed providing a highly customizable rotatable circular menu component. Swift-CircleMenu is heavily inspired by the Objective-C based CDPieMenu from several years ago and features a clean API, and inertia effects when the user rotates the menu. A number of examples are included. […]
LNPopupController is an open source UI component from Leo Natan inspired by Apple’s Music and Podcasts apps allowing you to present view controllers as a popup of another view controller. Attached to the popup view is a content view that can be brought in with a sliding gesture or a tap. The look is modernized […]
iOSMath is an open source component from Kostub Deshmukh for displaying math equations in iOS applications within a UILabel type class. Equations in iOSMath are created using the popular LaTeX mathematics markup format and the following formula types are supported by the library according to the readme: Simple algebraic equations Fractions and continued fractions Exponents […]
Malert is an open source Swift based alert view component from Vitor Mesquita featuring a wide variety of customizations. With Malert you can easily display your alert views with images, form fields, and multiple buttons to make unique alerts. You can also customize the animations, colors, fonts, and queue a series of alerts. BUttons included […]
RATReeView is an open source iOS and tvOS UI component built on UITableView for displaying tree data structures easily from Rafal Augustyniak. RATreeView will automatically create nested table views with tree data complete with built in editing features. UIRefreshControl is supported by RATReeView for pull-to-refresh. HEre’s an animation from the readme showing RATreeView in action: […]
ASHorizontalScrollView is an open source component allowing you to easily create horizontal scrolling views easily from a set of views. ASHorizontalScrollView can be used where the subviews to be used in the scroll view are the same size and automatically calculates how to display the subviews. This animation from the readme shows ASHorizontalScrollView in action: […]
TinyConsole is an open source Swift based component from Cosmo allowing you to add a tiny logging console to your apps. TinyConsole is brought up using a shake gesture, and other gestures for clearing the console, adding custom log statements and more. This animation from the readme shows the console in action: You can find […]
CreditCardForm is an open source iOS UI component providing a neat interface for entering credit card data from Orazz. CreditCardForm features an animated credit card that automatically flips for the user to enter the code on the back of their card. CreditCardForm can detect major credit card numbers, and shows the related brand name as […]