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…
Category: iOS UI Controls
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…