Commit Graph
49 Commits
Author SHA1 Message Date
Felix Mau 80031f22a3 ♻️ :: Fix warnings 2021-07-31 15:43:33 +02:00
Felix Mau 64edf05816 ♻️ :: Use "global" swift configuration files and fix warnings 2020-12-20 13:45:50 +01:00
Felix Mau 880a794210 Revert "⬆️ :: Update dev-dependencies"
This reverts commit 11241ba962.
2020-12-20 12:25:58 +01:00
Felix Mau 54159caf05 🎨 :: Format code 2020-10-18 19:00:14 +00:00
Felix Mau 11241ba962 ⬆️ :: Update dev-dependencies 2020-10-18 18:58:07 +00:00
Felix Mau a515f8b744 📝 :: Update comments 2020-06-17 12:25:55 +02:00
Felix Mau b24a314cd1 ♻️ :: Adapt example application 2020-06-16 17:51:58 +02:00
Felix Mau edb5ff1583 ♻️ :: Use same center point for large circles on the way back, but use a larger radius 2020-06-14 11:39:22 +02:00
Felix Mau 5330e0d148 📝 :: Add documentation 2020-06-13 15:02:47 +02:00
Felix Mau b8087af3b8 🐛 :: Prevent showing the full gradient that is normally hidden behind the notch inside the app-launcher 2020-06-12 17:35:24 +02:00
Felix Mau d4d7728c19 :: Add NotchGradientLoadingBar 2020-06-11 18:02:13 +02:00
Felix Mau 413075de4d ⬆️ :: update dependencies 2019-10-12 13:30:39 +02:00
Felix Mau dd551d239a ♻️ :: update example application for iOS 13 2019-10-12 11:56:05 +02:00
Felix Mau 1fd4fcb38e ♻️ :: Use leadingAnchor and trailingAnchor instead of leftAnchor and rightAnchor, in order to (theoretically) support right-to-left layouts 2019-09-02 11:09:32 +02:00
Felix Mau d7014d4a57 ✏️ :: Fix typo
Renamed `programatically` to `programmatically`
2019-08-31 09:23:58 +02:00
Felix Mau 41cd9e3df1 ♻️ :: Prefer constant over variable 2019-08-30 10:10:58 +02:00
Felix Mau e257c743c6 ♻️ :: Updated example Appliction
Show two programatically added `GradientActivityIndicatorView`, one with custom colors.
2019-08-30 10:08:18 +02:00
Felix Mau 3835f14c13 ♻️ :: Changed default value for height and adapted documentation 2019-08-29 15:44:00 +02:00
Felix Mau 94d08a8bd4 ♻️ :: Update documentation by using official /// - Note: pattern 2019-08-29 14:02:06 +02:00
Felix Mau 86ed469fcd ♻️ :: update example application 2019-08-28 17:48:40 +02:00
Felix Mau 72baec3398 ♻️ :: Adapt calls to match new method names 2019-08-26 21:26:02 +02:00
Felix Mau 30c3ae5a70 ♻️ :: Remove List postfix 2019-08-26 17:13:50 +02:00
Felix Mau 88cfdeb994 ♻️ :: Updated example application 2019-08-25 22:20:18 +02:00
Felix Mau be4830fdc0 ♻️ :: Remove own observable implementation in favour of LightweightObservable 2019-05-18 11:39:22 +08:00
Felix Mau 09e0ab39ec ♻️ :: Added final modifier to views in example application 2019-02-16 19:31:35 +11:00
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 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 d378e002a0 ♻️ :: Update to Swift 4.2 2018-09-19 21:45:35 +02:00
Felix Mau 3aca89a629 ♻️ :: Update example applications 2018-09-19 21:32:47 +02:00
Felix Mau 28d4aebeac ♻️ :: refactored example application to support iPads 2018-09-09 20:24:41 +02:00
Felix Mau b26c2c5671 🚸 :: Updated Example Application 2018-09-08 18:42:15 +02:00
Felix Mau 12c293f9ee 💬 :: Updated titles in example application 2018-09-08 16:18:27 +02:00
Felix Mau 1878c07a19 🐛 :: Fix folder structure not matching project structure 2018-09-08 14:08:52 +02:00
Felix Mau 7720c07cb6 ♻️ :: added flag for handling safe area insets 2018-09-03 19:31:55 +02:00
Felix Mau f0407dafa3 ⬇️ :: Undo Swift 4.2 changes 2018-09-03 18:43:33 +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 143ca017a1 * converted to swift 4.2 2018-06-09 10:25:16 +02:00
Felix Mau d3bb4820f2 format code 2018-04-14 14:26:14 +02:00
Felix Mau 14b5bf5f6b * format code 2018-01-27 13:26:52 +01:00
Felix Mau 2917d3bdb1 * update readme / example application 2018-01-15 16:36:43 +01:00
Felix Mau 7548765f4d * refactored uicolor initializer 2018-01-15 09:32:12 +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