seán dev
seán dev
I have a similar problem - I have a AysncImageView property on a normal UIViewController - in my viewDidAppear I call ``` objective-c - (void)viewDidAppear:(BOOL)animated{ [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(imageLoaded:) name:AsyncImageLoadDidFinish...
Does anyone know how to actually achive this in iOS 13? I see lots of posts and statements from Apple and other commentators thats it's possible but I've not seen...
Might be worth removing from the setup instructions in the README.md too if it's no longer hosted on CocoaPods and there is no intention to rehost.
Experiencing the same issue, my Podfile lists version as ``` pod 'M13ProgressSuite', '~> 1.2'``` Work around is to allow editing of the M13ProgressViewHUD.m file (bad practice as M13ProgressHUD is a...
The SwipeView Readme says to call ``` objective-c - (void)scrollToItemAtIndex:(NSInteger)index duration:(NSTimeInterval)duration ``` or ``` objective-c - (void)scrollToPage:(NSInteger)page duration:(NSTimeInterval)duration ``` on your swipe view. This should achieve the effect you're looking...
Can confirm I'm experiencing the same issue. Migrated from 0.7 to 0.8.
``` let alert = SCLAlertView() alert.hideView() ```