Hariton Batkov

7pods

BLActionController

BLActionController is an extension to BLListViewController to provide some actions using SwipeCellKit. Delete, Edit, View basic actions. Also pick from dataSource.

License: MIT

  • Swift

BLContactsViewController

Are you bored writing UITableViewControllers that looks like standard iOS Contacts page? Write one delegate method for BLContactsViewController like:

-(NSArray *)titlesForContactsController:(BLContactsViewController *)controller

and present it like

[self.navigationController pushViewController:[BLContactsViewController contactsControllerWithDelegate:self] animated:YES];

More customization inside.

License: MIT

  • Objective C

BLListDataSource

Simple and powerfull method of fetching and maintainig list data from internet. It can be used with BLListViewController and BLParseFetch (or another BLFetch object).

License: MIT

  • Objective C

BLListViewController

BLListViewController is used to display information got from BLListDataSource. Example is written with usage of BLParseFetch to demonstrate abilities of each library.

License: MIT

  • Objective C

BLParseFetch

Implementation of BLFetch object for Parse platform. Can be used with BLListViewController.

License: MIT

  • Objective C

BLPhoneFormat

Inspired by RMPhoneFormat and Telegram App phone formatting behavior. Only few methods to detect which country code is entered and format phone number. Also list of Countries with phone codes included.

License: MIT

  • Objective C

Telegram-iOS-SDK

arm64 compatible. Work in progress. Feel free to contribute.

License: Custom

  • Objective C