Commit Graph

17 Commits

Author SHA1 Message Date
Felix Mau dc79ce663c ♻️ :: Added swiftlint - rules and fixed corresponding warnings 2018-12-22 16:40:41 +01:00
Felix Mau 9c14fba045 ♻️ :: Removed UIColor initializers, as they're not required for the project to work (and it's not very common to use hex color codes in iOS)
If you need them in your project, feel free to copy & paste to following file into you project: https://gist.github.com/fxm90/1350d27abf92af3be59aaa9eb72c9310
2018-09-22 15:22:20 +02:00
Felix Mau 691e1305c5 🚸 :: Updated example application 2018-09-03 18:43:05 +02:00
Felix Mau f58bb062c4 * refactored project from MVVM with delegates to MVVM with observables 2018-08-19 10:41:08 +02:00
Felix Mau ed722cb70d * updated pods
* added `Observable` pod as dependency for `GradientLoadingBar`
2018-08-18 13:22:34 +02:00
Felix Mau d3bb4820f2 format code 2018-04-14 14:26:14 +02:00
Felix Mau 98a5d63881 * format tests 2018-01-27 13:38:34 +01:00
Felix Mau 14b5bf5f6b * format code 2018-01-27 13:26:52 +01:00
Felix Mau 5c43fc0a96 * optimize iphone x handling 2018-01-27 13:16:30 +01:00
Felix Mau 62d9da622b * cleanup 2018-01-17 15:29:18 +01:00
Felix Mau 7548765f4d * refactored uicolor initializer 2018-01-15 09:32:12 +01:00
Felix Mau bc3afe23c3 * moved logic for adding gradient view to key window into view model 2018-01-15 09:31:54 +01:00
Felix Mau 0666953c85 * optimised test cases 2017-12-30 11:18:01 +01:00
Felix Mau 7a442ad2bf * optimise layout for iPhoneX 2017-12-29 19:07:31 +01:00
Felix Mau cabc337b84 * refactor to mvvm 2017-12-28 12:08:38 +01:00
Felix Mau 901b7f55f6 * updated documentation 2017-10-30 14:34:39 +01:00
Felix Mau 2856df9364 * refactored project structure to match "pod lib create"
* added example
2017-10-01 12:25:42 +02:00