Rizwan Sattar

3pods

CLTokenInputView

CLTokenInputView is an almost pixel-perfect replica of iOS's contact bubbles input UI (seen in Mail.app and Messages.app). It does not implement any autocomplete UI, just the UI where you can enter text into a text field and bubbles which are deletable using the backspace key.

Check out the sample view controller which uses CLTokenInputView to see how to incorporate it into your UI. We use this in our apps at Cluster Labs, Inc..

Things I'd like to maybe add in the future (or you can help contribute): * Build the "collapsed" mode like in Mail.app which replaces the token UI with "[first-item] and N more" * Call search about 150ms after pausing typing * Scroll text field into position after typing * (Maybe?) Look into adding a very generic, flexible autocomplete UI?

License: MIT

  • Objective C

ClusterPrePermissions

Cluster's reusable pre-permissions utility that lets developers ask the users on their own dialog for photos or contacts access, before making the system-based request. This is based on the Medium post by Cluster describing the different ways to ask for iOS permissions (https://medium.com/p/96fa4eb54f2c).

License: MIT

  • Objective C

LaunchKit

We provide tools for launching your app like measuring app installs, capturing light data about how the app is being used, etc.

License: Apache 2

  • Objective C