CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

Andres Brun

4pods

ABCustomUINavigationController

Subclass of UINavigationController that overwrite push and pop methods to create new transitions effects. Currently it has been implemented two transition animations:

SquaresFlip The screen is split in squares and each one rotates until showing the new controller. It has two animation variation: Randomly and Horizontally

Cube effect The views are shown in differents sides of a cube. It has two animation variation: Horizontal and Vertical

Pixelate The screen is split in pixels and randomly change to show the nex screen. It has two animation variation: Horizontal and Vertical

License: MIT

  • Objective C

ABFullScrollViewController

Subclass of ViewController that provide the behaviour of hide the toolbar when user makes scroll in a UITableView.

License: MIT

  • Objective C

ABMFullScrollBehavior

Component that provide the behavior of hidding a header view while the user makes scroll. It is inspiring in Facebook table scroll style.

License: MIT

  • Objective C

ABMSoundCloudAPI

Since SoundCloud decided not to maintain any longer its library for iOS I diceded to create my own one. Right now it is supported: * Authentication usign internal webview * Searching for songs * Download a song * Get User Playlists * Get Playlists given playlist ID * Get song info given song ID * Follow user given user ID

License: MIT

  • Objective C