• Stars
    star
    138
  • Rank 264,508 (Top 6 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

HTKit

HTKit is a collection of 8 podspecs published by the HotelTonight iOS team:

  • HTAutocompleteTextField is a subclass of UITextField that automatically displays text suggestions in real-time.

  • HTRasterView is a rasterization system that caches rendered components based on state.

  • HTGraphics is a set of tools for drawing custom UI elements, allowing you to do cool things like highlight an arbitrary UIBezierPath.

  • HTCoreImage is a collection of convenience categories for Core Image. There are convenience constructors for every filter, annotated with NS_AVAILABLE_SINCE() macros so you know what's in iOS 5 vs iOS 6.

  • HTDelegateProxy is an NSProxy subclass that allows you to assign multiple delegates to a single source. Void return type messages are sent to all delegates.

  • HTGradientEasing allows you to easily add smooth easing to CAGradientLayers, like SineEaseInOut.

  • HTUpdateAggregator improves update logic in NSObject/UIView/UIViewController subclasses.

  • HTCopyableLabel is a subclass of UILabel that makes it easy to allow users to copy a label's text.

This project serves as a collection podspec and a centralized demo project for our published code. If you don't use cocoapods, refer to the individual repos above for installation.

Installation

Add the following line to your podfile:

pod 'HTKit'

Contributions welcome!

Use it? Love/hate it?

Tweet the authors @jakej, @jonsibs, @raylillywhite and @lavoy, and check out HotelTonight's engineering blog: http://engineering.hoteltonight.com