138 Commits

Author SHA1 Message Date
Brandon McQuilkin 2ca59b59b3 Forgot to change source tag. v1.2.9 2016-11-10 07:54:56 -05:00
Brandon McQuilkin 5a13d866b8 Updated pod spec version after merging multiple pull requests. 2016-11-10 07:53:41 -05:00
Brandon McQuilkin 5927f8faaa Merge pull request #113 from ilyavelilyaev/master
Added ability to set custom background color to UINavigationBar progress bar.
2016-11-10 07:50:16 -05:00
Brandon McQuilkin e6b7550d5e Merge pull request #110 from algrid/fix-67
Update _backgroundLayer.lineWidth on borderWidth change in striped bar
2016-11-10 07:44:41 -05:00
Brandon McQuilkin d46c8a6279 Merge pull request #109 from algrid/fix-grayscale
M13ProgressViewImage - fix createImageForCurrentProgress (types and g…
2016-11-10 07:44:05 -05:00
Brandon McQuilkin cee320a57d Merge pull request #108 from charlymr/master
Fixed #105
2016-11-10 07:43:28 -05:00
Brandon McQuilkin 63b422fac8 Merge pull request #106 from zanesc/master
Fixed M13ProgressHUD not updating own progress value when setProgre…
2016-11-10 07:42:56 -05:00
Ilya Velilyaev a2f4e8448d Fix unability to set clear background color 2016-11-03 14:01:11 +03:00
Ilya Velilyaev 8d97ac8b71 Added example 2016-11-03 13:59:18 +03:00
Ilya Velilyaev 8971d7493a fixed background color not setting 2016-11-03 13:48:52 +03:00
Ilya Velilyaev 93772f7a65 added background color to navigation bar progress view 2016-11-03 13:40:41 +03:00
Alexei Gridnev 148a116c73 Update _backgroundLayer.lineWidth on borderWidth change in striped bar 2016-10-27 02:07:41 +03:00
Alexei Gridnev 5c64775358 M13ProgressViewImage - fix createImageForCurrentProgress (types and grayscale calculation) 2016-10-26 01:20:23 +03:00
MARTIN Denis bb382e58bc Fixed #105
This should fixed the issue with the secondary color.
2016-10-19 10:56:44 +02:00
Zane Campbell 25348b780c - fixed M13ProgressHUD not updating own progress value when setProgress called 2016-10-07 05:02:14 -04:00
Brandon McQuilkin c89079d627 Fixed invalid context error: Issue #35 2016-08-10 08:21:55 -04:00
Brandon McQuilkin 31fec485e0 Fixed more Xcode warnings. 2016-08-10 08:18:27 -04:00
Brandon McQuilkin ab6ece6f29 Updated Podspec v1.2.8 2016-08-08 08:38:52 -04:00
Brandon McQuilkin b6a9f52057 Fixed several warnings. 2016-08-08 08:32:16 -04:00
Brandon McQuilkin 0020ab2eae Merge pull request #100 from BlueVirusX/master
Removed M13_APP_EXTENSIONS and fixed warnings
2016-08-08 08:02:36 -04:00
Brandon McQuilkin 645fcf238e Merge pull request #93 from jeremiescheer/master
Can center M13 progress HUD animation
2016-08-08 08:00:34 -04:00
Brandon McQuilkin c92b4390e2 Merge pull request #84 from sunkehappy/master
[Refactor Code] Add strong class cast to remove warnings.
2016-08-08 07:57:42 -04:00
Brandon McQuilkin 121ced54a8 Added basic usage to readme: Issue #96, #99 2016-08-07 10:56:05 -04:00
Brandon McQuilkin a0a1074379 Fixed compiler warnings: issue #52 2016-08-07 10:38:59 -04:00
BlueVirusX 5fa55e4125 Fixed framework product name
Fixed module warnings
2016-06-13 15:01:21 +02:00
BlueVirusX 894e60cfd9 Fix build break
Fix build break
2016-03-02 17:25:28 +01:00
BlueVirusX 2bcfe6fc5e Fixed warnings
Fixed warnings: Recommended project settings and cast of variable
2016-03-02 15:48:31 +01:00
BlueVirusX 9d6365c25b Removed M13_APP_EXTENSIONS
Removed M13_APP_EXTENSIONS and added [UIApplication
safeM13SharedApplication] and [UIApplication isM13AppExtension] because
then nobody needs to define M13_APP_EXTENSIONS
2016-03-02 15:47:25 +01:00
Jérémie SCHEER 5b2371819a Can center M13 progress HUD animation
Property to be able to center M13 progress HUD show and hide animation.
2015-11-10 17:08:47 +01:00
Calvin Sun 7b1a47024c [Refactor Code] Add strong class cast to remove warnings. 2015-09-24 13:12:57 +08:00
Brandon McQuilkin 71c237eec6 Merge pull request #82 from sunkehappy/patch-1
Remove one useless variable height
2015-09-13 14:23:13 -04:00
Calvin 53a3c25f91 Remove one useless variable height
The `height` variable is set but never used later in `UINavigationController+M13ProgressViewBar.m`. So I suggest to delete it currently. If we need this variable later, get the old logic from Git history.
2015-09-10 18:04:54 +08:00
Brandon McQuilkin 56f020ced6 Merge pull request #81 from mhaleem/master
Use Preprocessor Macro for App Extension target to avoid compile erro…
2015-09-07 18:55:20 -04:00
Mina 6000d1de0f Use Preprocessor Macro for App Extension target to avoid compile error due to [UIApplication sharedApplication].statusBarOrientation] - instead using simple solution based on Device size 2015-08-24 12:23:13 +02:00
Brandon McQuilkin cbfbb67581 Merge pull request #76 from qblu/master
Add support for carthage and dynamic frameworks
2015-08-11 18:29:38 -04:00
Brandon McQuilkin e2a9a7845c Merge pull request #72 from trunglee/master
Corner radius for progress view
2015-08-11 18:27:49 -04:00
Brandon McQuilkin 3431005616 Merge pull request #71 from harlanhaskins/master
Fixed progress width calculation
2015-08-11 18:26:51 -04:00
Rusty Zarse e0c35faea2 shared scheme again 2015-08-10 16:29:22 -04:00
Rusty Zarse 3e57c3d528 added framework support 2015-08-10 16:22:47 -04:00
Mike VanBeneden 140f453d7f Share scheme for Carthage support 2015-08-10 15:09:33 -04:00
Trung Lee dc822019d6 Corner radius for progress view
We want to customize corner radius for progress view. The corner radius
for progress view is dependent on progressViewThickness, it means we
can not customize it without changing progressViewThickness.
2015-07-20 11:38:04 +07:00
Harlan d3920a09a8 Fixed progress width calculation
Instead of using UIScreen, if possible use the topViewController's view property. This'll work much better if the view is within a UISplitViewController or if it's within a multitasking view on iOS 9.
2015-07-02 16:18:32 -04:00
Brandon McQuilkin 5665de3d54 Merge pull request #63 from benjerrim/patch-3
Update M13ProgressViewSegmentedRing.m
2015-05-18 11:36:26 -04:00
Brandon McQuilkin 58c502bd41 Merge pull request #69 from bojan/master
Xcode 6.3 compatibility fixes
2015-05-18 11:35:42 -04:00
Brandon McQuilkin 1b050b362b Merge pull request #61 from ianyh/master
Expose getIndeterminate in public API.
2015-05-18 11:34:36 -04:00
Bojan Dimovski c843d98f16 Remove the empty podfile. 2015-05-12 11:27:14 +02:00
Bojan Dimovski fe20de3392 Remove all files that should not be under source control. 2015-05-12 11:24:25 +02:00
Bojan Dimovski 1cd5dbec73 Replace the gitignore file with one including Xcode and Cocoapods files. 2015-05-12 11:20:45 +02:00
Bojan Dimovski 587609ab9d Update the image assets for the example project. 2015-05-12 11:18:56 +02:00
Bojan Dimovski d1e2d20b7b Remove a non-implemented method from the interface. 2015-05-12 11:12:32 +02:00