devnabeal / ios-labels-matrix-view-swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ios-labels-matrix-view-swift

This is a very basic re-write of the original ios-labels-matrix-view (obj-c).

The original version was constructed using/arranging UIView and UILabels with NSAttributed string to create a grid like layout. Quite useful for showing tabular data inside table cells.

The Swift version is lot more concise and was fun to work on. Please leave feedback or requests.

Current state

Screenshot

For the Objective-C version please try here https://github.com/neeks/ios-labels-matrix-view

which looks like this:

Screenshot

About

License:MIT License


Languages

Language:Swift 100.0%