Skip to content

Releases: venmo/Static

1.2.0: Swift 2.3 Compatibility

12 Sep 21:57
Compare
Choose a tag to compare
Merge pull request #91 from venmo/swift-23

Add Swift 2.3 Support

v1.1.1: Git Ignore, Git Paid

09 Aug 16:25
Compare
Choose a tag to compare
  • [ADDED]: A .gitignore file. Sorry for the dirty submodules.

v1.1.0: Progress

28 Mar 18:55
Compare
Choose a tag to compare

No API changes this time! Not even any bug fixes. This release is purely for a pre-built binary compatible with Swift 2.2.

v1.0.0: Tune In, Drop Out

21 Jan 19:46
Compare
Choose a tag to compare
  • [REMOVED]: Removed heights and tint colors from Row. #60
  • [UPDATED]: Tabs > spaces 4 lyfe. #61
  • [FIXED]: Fixed an issue where rows would stay selected or flicker during an interactive pop in a navigation controller. #66 #67

We'd like to thank all of the contributors who helped us get to 1.0!

Aashish Dhawan (@aashishdhawan)
Ayaka Nonaka (@ayanonagon)
Dasmer Singh (@dasmer)
Eli Perkins (@eliperkins)
Elliot Lee (@intelliot)
Giovanni Lodi (@mokagio)
Lionel Alves (@lionel-alves)
Mark Adams (@hyperspacemark)
Paul Brunei (@paulbruneau)
Sam Soffes (@soffes)
Valentin Pertuisot (@Valpertui)
Cassidy Williams (@cassidoo)
Nathan Spindel (@natan)

At the height of Static

23 Oct 19:17
Compare
Choose a tag to compare

Support row heights set via UITableView.rowHeight.

I.B.S. (Interface Builder Support)

22 Oct 23:00
Compare
Choose a tag to compare
Merge pull request #56 from venmo/ma/move-nib-to-celltype

Move cellNib declaration to CellType

Tinted Love

22 Oct 01:54
Compare
Choose a tag to compare
  • Add imageTintColor support to Row 🎨

Xcode 7 Point Whaa?

21 Oct 23:07
Compare
Choose a tag to compare
  • [FIXED]: Recompiled with Xcode 7.1 and fixed a warning in the example project. No warnings 4 lyfe. #53

Set Image, Eat Gummy Bunnies, Lawyer Down

04 Sep 19:17
Compare
Choose a tag to compare

Diff: v0.1.5...v0.2.0

You can now set an image on Row so you can have something like the settings icon below:

simulator screen shot sep 4 2015 12 01 50 pm

Delete Facebook, Hit the Gym, Lawyer Up

20 Aug 16:26
Compare
Choose a tag to compare

Diff: v0.1.4...v0.1.5

  • [Feature] Adds ability to add cell edit actions (#31)