Leo

5pods

HCMessageParser

HCMessageParser parses message and returns a dictionary with mentions, emoticons, and links within it. If blockDone is passed, asynchronized call(s) will be executed and the titles of all the web links will be filled in the result dictionary and sent to blockDone then all the web links are processed. If there are any errors, a dictionary with URL strings as keys and NSErrors as values will be passed to the block as well.

License: MIT

  • Swift

LCategory

Categories of LFramework.

  • Include LCategory.h to use.

License: MIT

  • Objective C

LFProgressView

A flat or gradient progress view with a simple color setter and customizable options written in pure Core Graphics. Added some attributes to LDProgressView.

License: MIT

  • Objective C

LFReversibleTinderView

Reversible Tinder-like view. Based on MDCSwipeToChoose.

License: MIT

  • Objective C

LFSPGooglePlacesAutocomplete

        LFSPGooglePlacesAutocomplete is a simple objective-c wrapper around the Google Places Autocomplete API.

        The API can be used to provide autocomplete functionality for text-based geographic searches, by returning Places such as businesses, addresses, and points of interest as a user types.
        LFSPGooglePlacesAutocomplete also provides support for converting Place results into CLPlacemark objects for easy mapping with MKMapView.
        A longer description of dumy in Markdown format.

This project is from https://github.com/chenyuan/SPGooglePlacesAutocomplete

License: MIT

  • Objective C