Categories
Featured Development Resources iOS UI Controls Open Source React Native

UI Component For Parallax Header Views In React Native

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

CalendarKit – A Swift Based Calendar Component With An Excellent Interface And Localization

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

JDBreaksLoading – Fun Custom Swift Loading Component With Breakout Game During Loads

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) […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

FAQView – An Open Source iOS Component For Easily Creating A FAQ View

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

Sharaku – A Swift Based UI Component Providing Instagram Inspired Image Viewing And Filtering

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

DMSwipeCards – Swift Based UI Component For Creating A Tinder-Like Swipe To Choose Interface

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

NHRangeSlider – A Swift Based Customizable Range Slider UI Component

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

Swift-CircleMenu – Swift 3 Based Circular Menu iOS UI Component

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. […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Objective-C

LNPopupController – An iOS UI Component For Presenting Views As Popups Inspired By The Music App

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Objective-C

iOSMath – Open Source iOS Component For Drawing Math Formulas Using LaTeX Markup

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 […]

Categories
Featured Development Resources iOS UI Controls iPad Open Source iOS Libraries And Tools Swift

Malert – Swift Based iOS Alert View Component Featuring Easy Customization

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Objective-C

RATreeView – Custom iOS Table View Component For Displaying Tree Data Structures

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: […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

ASHorizontalScrollView – Open Source iOS UI Component For Easily Creating Horizontal Scrolling Views

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: […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

TinyConsole – Swift Based Component For Quickly Adding A Log Console To Your Apps

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 […]

Categories
Featured Development Resources iOS UI Controls iPad iPhone Swift

CreditCardForm – Swift UI Component Providing A Neat Interface For Entering Credit Card Data

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 […]