Skip to content

Releases: johncpang/BAToolkitSwift

Fix incorrect length if string contains emoji

Choose a tag to compare

@johncpang johncpang released this 01 Sep 16:56
0.2.6

Remove public from func

Choose a tag to compare

@johncpang johncpang released this 28 Mar 17:15

Reduce warnings generated by Xcode 10.2.

In public extension, public function doesn't require prefix with public.

Update to Swift 4

Choose a tag to compare

@johncpang johncpang released this 28 Mar 16:53

Project is updated to support Swift 4 or 4.2.

Update for articles

Choose a tag to compare

@johncpang johncpang released this 04 Apr 08:46

Various functions for articles display

Version String Handling.

Choose a tag to compare

@johncpang johncpang released this 05 Jan 13:25

Add handling for version string, such as system version.

Add new extension to Date and String

Choose a tag to compare

@johncpang johncpang released this 02 Jan 05:31

Add new extension to Date and String

More features toward 2018

Choose a tag to compare

@johncpang johncpang released this 28 Dec 17:43

More features migrated from old projects.

Add helper function to TableView

Choose a tag to compare

@johncpang johncpang released this 28 Dec 06:35

In a recent tableView coding, a common task is to force UIRefreshControl to appears when the VC do a refresh via code. The new helper function will shows the UIRefreshControl, and adjust contentInset with respect to the TableView.

Bug fixes.

Choose a tag to compare

@johncpang johncpang released this 17 Nov 10:20

Fix a crash in refreshControl when title is set to nil.

Include localization helpers

Choose a tag to compare

@johncpang johncpang released this 16 Nov 14:05

Minor update to UIView extensions. Add a date function and a localization helper function (simplify code when adding localization).