Will Han

5pods

DSBaseViewController

The 'DS' prefix is short for Data State, also stand for my team name with Dragon Source. DSBaseViewController brings the convenience for UIViewController subclasses to maintain the subviews' construction and data source management, it extends a core protocol with overriding methods of UIViewController, conforming the protocol for the subclasses will get the beautiful magic.

License: MIT

  • Objective C

HUDHelper

HUDHelper defines 'Indicator' and 'Toast' based on MBProgressHUD, the indicator acts as the default behaviour of MBProgressHUD, the toast will hide automatically. The original intention of this wrapper is to separate the MBProgressHUD usage from UIViewController and call it easily.

License: MIT

  • Objective C

UserDefaultsHelper

Replace the duplicated [NSUserDefaults standardUserDefaults] methods with C-style functions for easy call.

License: MIT

  • Objective C