TableViewdragger is an open source component submitted by Kyohei Ito providing a custom image table view with drag and drop capabilities. TableViewDragger is inspired by Facebook post editor, and automatically zooms out when the user drags with a long pan gesture, and spaces different images to show where the dragged image would fit. With TableViewDragger […]
Category: iOS UI Controls
Newly is an open source Swift based UI component from Dhiraj Jadhao providing a new updates button similar to the new buttons seen in the Twitter, Facebook and LinkedIn apps that indicate updates are available. Newly buttons animate in from the top, and the text within the button can be customized. Colors, the animation speed, […]
CRNetworkBUtton is an open source UI component from Cleveroad that allows you to neatly display networking states within your app. CRNetworkButton provides several different states so you can indicate directly on the button the current networking status. This is ideal for downloading buttons, or any button used for tasks sending data. The button can be […]
GLNotificationBar is an open source UI component from Gokul allowing you to create banner notifications similar to the native iOS 10 notifications with a number of nice features. The syntax is similar to UIAlertController, and you can perform specific actions when the user interacts with the notification such as warning the user of a destructive […]
HGCircularSlider is an open source UI component from Hamza Ghazouani allowing you to create highly customizable sliders. With HGCircularSlider you can make many different slider types, and there are a number of examples included showing different sliders that have been created. The component is especially useful for time sliders. Here’s an image showing a time […]
LTHRadioButton is an open source Swift based UI component for creating animated radio buttons similar Google’s Material radio button from Roland Leth. With LTHradioButton you can select the size, and colors of the button, with terrific animations. You can use auto layout after initializing the component to a fixed size. Here’s an animation from the […]
CDAlertView is an open source Swift based component submitted by Candost Da?deviren providing a UILaertController alternative with a number of great features. With CDAlertView you can change the colors of the alert view, change the fonts, and also add an image icon. You can easily make notifications with buttons, or have two button alert views. […]
TTGSnackBar is an open source component for implementing a snackbbar similar to the Android Snackbar on the iOS platform from zekunyan. TTGSnackbar is written in Swift 3 provides several different types of animations, customizable colors, 1 or 2 aaction buttons on the bar, along with custom views so you can put whatever content you like […]
RPHreviewCell from Robert Herdzik is an open source Swift based iOS UI component providing a great interface inspired by Spotify that allows users to quick check content that can be hidden with a table view cell. RHPreviewCell provides a simple syntax for implementation, and also handling taps on each cells. 3D touch is not required. […]
TimelineTableViewCell from Zheng-Xiang Ke is an open source UI component providing a timeline view implementing a custom UITableViewCell implemented in Swift 3.0. TimeLineTableViewCell provides a clean syntax for implementing your custom table views with customizable colors, thumbnail images at each time point, bubble size, and line/point size. Here’s an image showing TimeLineTableViewCell in action: You […]
DateTimePicker is an open source component from Huong Do providing a beautiful calendar picker component that fills up the bottom of the screen with an elegant date picker. DateTimePicker provides a beautiful modern interface with simple scrolling between the different dates, and is created using Swift 3.0. You can customize the colors of the component. […]
RevealingSplashView is an opens source Swift based component from Chris Jimenez for creating opening splash screens inspired by the Twitter app featuring a neat zooming icon animation. RevealingSplashView allows for a customizable icon image, background color, animation and delay. The splash view can be added to the viewDidLoad function for automatic appearance on load. This […]
ForceBlur is an open source component for messaging apps from Yalantis for hiding private content. With ForceBlur the user can drag over the message sent to peak at the image that has been sent to them with dragging while keeping the rest of the image blurred. Users can also remove the blur from the sent […]
Reactions is an open source Swift based component for Yannick Loriot for sharing reactions with an interface similar to that found for sharing on Facebook. Reactions supports each of the standard Facebook reactions (like, love, haha, wow, sad, angry), and also allows you to add custom reactions. You can also customize the size, and colors […]
StatusProvider is an open source component from Mario Hahn for displaying customizable status views with include loading, empty, and error views. You can customize the text shown on the different displays, and make completely custom error views. Here’s an image from the readme showing a created no data available view: You can find StatusProvider on […]