{"id":19710485,"url":"https://github.com/rootstrap/neattipview","last_synced_at":"2025-04-29T17:31:18.119Z","repository":{"id":56496599,"uuid":"197807242","full_name":"rootstrap/NeatTipView","owner":"rootstrap","description":"A swift library to easily create and present tips for you user in your iOS app","archived":false,"fork":false,"pushed_at":"2020-11-04T01:50:10.000Z","size":2083,"stargazers_count":43,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T06:03:06.242Z","etag":null,"topics":["cocoapods","ios","ipad","library","swift","swift5","tooltip"],"latest_commit_sha":null,"homepage":"https://rootstrap.com/","language":"Swift","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/rootstrap.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":"2019-07-19T16:20:39.000Z","updated_at":"2023-04-20T13:05:36.000Z","dependencies_parsed_at":"2022-08-15T19:50:37.836Z","dependency_job_id":null,"html_url":"https://github.com/rootstrap/NeatTipView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FNeatTipView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FNeatTipView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FNeatTipView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FNeatTipView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootstrap","download_url":"https://codeload.github.com/rootstrap/NeatTipView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251549196,"owners_count":21607367,"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":["cocoapods","ios","ipad","library","swift","swift5","tooltip"],"created_at":"2024-11-11T22:07:31.067Z","updated_at":"2025-04-29T17:31:16.275Z","avatar_url":"https://github.com/rootstrap.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://github.com/rootstrap/NeatTipView/blob/master/NeatTipViewLogo.png\" height=\"80\"\u003e\n[![Version](https://img.shields.io/cocoapods/v/NeatTipView.svg?style=flat\u0026colorA=000000)](http://cocoapods.org/pods/NeatTipView)\n[![License](https://img.shields.io/cocoapods/l/NeatTipView.svg?style=flat\u0026colorA=000000)](http://cocoapods.org/pods/NeatTipView)\n[![Platform](https://img.shields.io/cocoapods/p/NeatTipView.svg?style=flat\u0026colorA=000000)](http://cocoapods.org/pods/NeatTipView)\n\n\n## [Live Docs](https://rootstrap.github.io/NeatTipView/)\n\n## What is it?\nNeatTipView allows you to display message tooltips that can be used as call to actions or informative tips.\n- [x] Allows Different tip positionings.\n- [x] Multiple animation styles.\n- [x] Smart placement for dynamic strings.\n- [x] Full NSAttributtedString support.\n\n\u003cimg src=\"https://github.com/rootstrap/NeatTipView/blob/master/tipViewsExample.gif\" height=\"440\"\u003e\n\n## Installation\n\nNeatTipView is available through [CocoaPods](http://cocoapods.org) and [Carthage]().\n### Cocoapods\nTo install it, simply add the following line to your Podfile:\n```ruby\npod \"NeatTipView\"\n```\n\n### Carthage\n\nTo install it, simply add the following line to your Cartfile:\n```\ngithub \"rootstrap/NeatTipView\"\n```\n\n## Usage\n\n### 1. Customize your preferences\nPreferences are encapsulated inside the `NeatViewPreferences` struct, check the inline docs for more info about which customization points are available.\n\nExample:\n\n```swift\n  var preferences = NeatViewPreferences()\n  preferences.animationPreferences.appearanceAnimationType = .fromBottom\n  preferences.animationPreferences.disappearanceAnimationType = .toBottom\n```\n\n### 2. Initialize and Present the tip\n```swift\n  let tipView = NeatTipView(\n    superview: view,\n    centerPoint: center,\n    attributedString: attributedString(),\n    preferences: preferences,\n    arrowPosition: arrowPosition\n  )\n  tipView.show()\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n\n## License\n\nNeatTipView is available under the MIT license. See the LICENSE file for more info.\n\n## Credits\n\n**NeatTipView** is maintained by [Rootstrap](http://www.rootstrap.com) with the help of our [contributors](https://github.com/rootstrap/NeatTipView/contributors).\n\n[\u003cimg src=\"https://s3-us-west-1.amazonaws.com/rootstrap.com/img/rs.png\" width=\"100\"/\u003e](http://www.rootstrap.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootstrap%2Fneattipview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootstrap%2Fneattipview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootstrap%2Fneattipview/lists"}