Felix Mau
|
25526a67bb
|
🔖 :: bump version
|
2018-09-22 15:41:46 +02: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
|
de48aaff40
|
Merge branch 'master' into feature/observables
# Conflicts:
# Example/GradientLoadingBar.xcodeproj/project.pbxproj
# Example/GradientLoadingBar/AppDelegate.swift
# Example/Podfile.lock
# GradientLoadingBar/Classes/ViewModel/GradientLoadingBarViewModel.swift
# GradientLoadingBar/Classes/Views/GradientView.swift
|
2018-09-22 14:38:48 +02:00 |
|
Michael Rothkegel
|
4a21aeeb84
|
-small refactoring for swift 4.2
-update example to swift 4.2
|
2018-09-21 10:35:51 +02:00 |
|
Felix Mau
|
28d4aebeac
|
♻️ :: refactored example application to support iPads
|
2018-09-09 20:24:41 +02:00 |
|
Felix Mau
|
1878c07a19
|
🐛 :: Fix folder structure not matching project structure
|
2018-09-08 14:08:52 +02:00 |
|
Felix Mau
|
691e1305c5
|
🚸 :: Updated example application
|
2018-09-03 18:43:05 +02:00 |
|
Felix Mau
|
1cd9634856
|
* optimized handling of swift-format
|
2018-08-19 12:22:44 +02:00 |
|
Felix Mau
|
ed3b0cf491
|
* optimized swift format on
|
2018-08-19 11:31:20 +02:00 |
|
Felix Mau
|
6dc24b09b8
|
* updated swift format configuration
|
2018-08-19 10:41:28 +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
|
1a38d8e1aa
|
* updated recommend settings
|
2018-06-09 10:25:34 +02:00 |
|
Felix Mau
|
143ca017a1
|
* converted to swift 4.2
|
2018-06-09 10:25:16 +02:00 |
|
Felix Mau
|
6f738febef
|
update xcode settings for swift 4.1
|
2018-04-14 14:15:08 +02:00 |
|
Felix Mau
|
28c6221584
|
* format scheme
|
2018-01-27 13:38:28 +01:00 |
|
Felix Mau
|
02b46e9dd5
|
* optimize linter scripts
* run linter as pods to handle pull requests without formatting issues
|
2018-01-27 13:26:01 +01:00 |
|
Felix Mau
|
5c43fc0a96
|
* optimize iphone x handling
|
2018-01-27 13:16:30 +01:00 |
|
Felix Mau
|
7ce71ffa5e
|
* optimize travis build
|
2018-01-20 12:57:19 +01:00 |
|
Felix Mau
|
b9561bfbe0
|
* fix warning
|
2018-01-15 12:17:30 +01:00 |
|
Felix Mau
|
7a442ad2bf
|
* optimise layout for iPhoneX
|
2017-12-29 19:07:31 +01:00 |
|
Felix Mau
|
5c39ec4bc6
|
* converted project to swift 4.0
|
2017-12-28 12:11:04 +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
|
115d04c0ec
|
* allow subclassing "GradientLoadingBar" and setting custom constraints
* added superview property to allow adding loading bar to other views (e.g. buttons)
|
2017-10-04 09:22:50 +02:00 |
|
Felix Mau
|
2856df9364
|
* refactored project structure to match "pod lib create"
* added example
|
2017-10-01 12:25:42 +02:00 |
|