{"id":21837217,"url":"https://github.com/dids/ddnavtext","last_synced_at":"2025-03-21T14:49:15.734Z","repository":{"id":24678502,"uuid":"28089338","full_name":"Dids/DDNavText","owner":"Dids","description":"Easily show additional text in your UINavigationBar title.","archived":false,"fork":false,"pushed_at":"2017-06-19T05:48:43.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T11:24:01.485Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dids.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-16T13:59:03.000Z","updated_at":"2017-06-04T08:49:23.000Z","dependencies_parsed_at":"2022-08-21T03:20:48.356Z","dependency_job_id":null,"html_url":"https://github.com/Dids/DDNavText","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dids%2FDDNavText","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dids%2FDDNavText/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dids%2FDDNavText/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dids%2FDDNavText/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dids","download_url":"https://codeload.github.com/Dids/DDNavText/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244816255,"owners_count":20515064,"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-27T20:46:51.985Z","updated_at":"2025-03-21T14:49:15.714Z","avatar_url":"https://github.com/Dids.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DDNavText [![Build Status](https://travis-ci.org/Dids/DDNavText.svg?branch=master)](https://travis-ci.org/Dids/DDNavText)\n\nDDNavText allows you to easily show additional text in your UINavigationBar title. It additionally provides a custom delay for presenting and dismissing.\n\nDDNavText is part of the DD-projects (check them out, they're cool!):\n\n- DDDevice - Combines all DD-project in to one neat library (Coming Soon)\n- [DDVersion](https://github.com/Dids/DDVersion.git) - Easily get the device name and type\n- [DDCarrier](https://github.com/Dids/DDCarrier.git) - Easily get the current carrier name\n- DDSize - Easily find out the device resolution (Coming Soon)\n- [DDNavText](https://github.com/Dids/DDNavText.git) - Additional text for UINavigationBar title\n\nMore DD-projects are under development and will be added once completed.\n\n## Usage\n```objective-c\n\tPLEASE NOTE: DDNavText only works if your root view controller is a UINavigationController.\n\n\t// Show text\n    [DDNavText showWithText:@\"Hello from DDNavText\"];\n\n    // Show text and automatically hide after 2 seconds\n    [DDNavText showWithText:@\"Hello from DDNavText\" dismissWithDelay:2.0];\n\n    // Hide text\n    [DDNavText dismiss];\n\n    // Hide text after 2 seconds\n    [DDNavText dismissWithDelay:2.0];\n\n    // Get the current visibility state\n    BOOL isVisible = [DDNavText isVisible];\n```\n\n## Demo\n\nTo run the example project, simply open up `DDNavTextDemo.xcodeproj` and hit Build \u0026 Run.\n\n## Requirements\n\n## Installation using CocoaPods (RECOMMENDED)\n\nDDNavText is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\n    pod \"DDNavText\"\n```\n\n## Manual Installation\n\nSimply copy `DDNavText.h` and `DDNavText.m` to your project and import DDNavText.h like so:\n```objective-c\n\t#import \"DDNavText.h\"\n```\n\nUsing the CocoaPod installation method is recommended over the manual installation, as this way your copy of DDNavText is always up to date.\n\n## Author\n\nPauli 'Dids' Jokela, pauli.jokela@didstopia.com and Didstopia, http://didstopia.com\n\n## License\n\nDDNavText is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdids%2Fddnavtext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdids%2Fddnavtext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdids%2Fddnavtext/lists"}