Bluepill is an open source tool from LinkedIn for running iOS tests in parallel on multiple simulators with great reporting features, and extra reliability features. Bluepill runs tests in headless mode for less resource consumption, automatically retries when a simulator hangs or crashes, packs tests into groups automatically based on running time, generates reports after…
Category: Objective-C
Material Design for iOS is a set of user interface components from Google allowing you to create a Material Design interface on iOS. The included components include user interface controls, typography components, layout components and more. Included are several different demos, and an in-depth how-to tutorial. The components work great with both Swift and Objective-C.…
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…
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:…