{"id":18270401,"url":"https://github.com/andresbrun/ABCustomUINavigationController","last_synced_at":"2025-04-05T01:30:37.392Z","repository":{"id":9632020,"uuid":"11562262","full_name":"andresbrun/ABCustomUINavigationController","owner":"andresbrun","description":"Custom UINavigationController. SquaresFlips and Cube effects","archived":false,"fork":false,"pushed_at":"2021-12-08T07:44:35.000Z","size":12485,"stargazers_count":494,"open_issues_count":1,"forks_count":69,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-03-26T14:02:42.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andresbrun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-21T13:46:06.000Z","updated_at":"2025-01-23T03:36:49.000Z","dependencies_parsed_at":"2022-09-22T17:51:33.885Z","dependency_job_id":null,"html_url":"https://github.com/andresbrun/ABCustomUINavigationController","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresbrun%2FABCustomUINavigationController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresbrun%2FABCustomUINavigationController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresbrun%2FABCustomUINavigationController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andresbrun%2FABCustomUINavigationController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andresbrun","download_url":"https://codeload.github.com/andresbrun/ABCustomUINavigationController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276022,"owners_count":20912285,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T11:38:35.683Z","updated_at":"2025-04-05T01:30:33.883Z","avatar_url":"https://github.com/andresbrun.png","language":"Objective-C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"ABCustomUINavigationController\n=====================\n[![License MIT](https://go-shields.herokuapp.com/license-MIT-blue.png)](https://github.com/andresbrun/ABCustomUINavigationController/blob/master/LICENSE)\n[![Build Platform](https://cocoapod-badges.herokuapp.com/p/ABCustomUINavigationController/badge.png)](https://github.com/andresbrun/ABCustomUINavigationController)\n[![Build Version](https://cocoapod-badges.herokuapp.com/v/ABCustomUINavigationController/badge.png)](https://github.com/andresbrun/ABCustomUINavigationController)\n[![Build Status](https://travis-ci.org/andresbrun/ABCustomUINavigationController.png?branch=origin)](https://github.com/andresbrun/ABCustomUINavigationController) \n\nSubclass of UINavigationController for overwriting push and pop methods to create new transitions effects. Currently it has been implemented two transition animations:\n\n### SquaresFlip \nThe screen is split into squares and each one rotates until showing the new controller. It has two animation variations: \n- Randomly \n- Horizontally\n\n### Pixelate \nThe screen is split into pixels and each one fadeout displaying next view. It has two animation variations: \n- Randomly \n- Horizontally\n\n### Cube effect\nThe views are showns in differents cube's faces. It has two animation variation: \n- Horizontal \n- vertical\n\n## Installation with CocoaPods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like ABCustomUINavigationController in your projects.\n\n#### Podfile\n\n```ruby\nuse_frameworks!\npod \"ABCustomUINavigationController\"\n```\n\n## Use\nFor using that component you only have to copy the SquaresFlipNavigation folder into your project and create the navigation controller as:\n\n```objective-c\n#import \"FlipSquaresNavigationController.h\"\n[[FlipSquaresNavigationController alloc] initWithRootViewController:self.viewController];\n```\n\n```swift\nimport ABCustomUINavigationController\nlet navigationController = FlipSquaresNavigationController(rootViewController: viewController)\n```\n    \nor\n\n```objective-c\n#import \"CubeNavigationController.h\"\n[[CubeNavigationController alloc] initWithRootViewController:self.viewController];\n```\n\n```swift\nimport ABCustomUINavigationController\nlet navigationController = CubeNavigationController(rootViewController: viewController)\n```\n  \nand pushing and pop as usual using commons methods like:\n\n```objective-c\n- (void)pushViewController:(UIViewController *)viewController animated:(BOOL)animated\n- (UIViewController *)popViewControllerAnimated:(BOOL)animated\n- (NSArray *)popToRootViewControllerAnimated:(BOOL)animated\n- (NSArray *)popToViewController:(UIViewController *)viewController animated:(BOOL)animated\n```\n\n## Features\n- Supports every screen size. iPhone and iPad.\n- Supports rotation.\n- Support status bar, navigation bar and navigation toolbar.\n\n## Examples\n\n### SquaresFlip\n![alt tag](https://raw.githubusercontent.com/andresbrun/ABCustomUINavigationController/master/example_images/example.gif)\n### Cube\n![alt tag](https://raw.githubusercontent.com/andresbrun/ABCustomUINavigationController/master/example_images/example_cube.gif)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresbrun%2FABCustomUINavigationController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandresbrun%2FABCustomUINavigationController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandresbrun%2FABCustomUINavigationController/lists"}