Chanchal Raj
Chanchal Raj
@KKKKaras , I stopped working on the tool for a moment. Could you share the code, it will be helpful in future or send pull request.
Thanks, I hope it will be helpful in future for anyone wanting this feature.
@KKKKaras , For me, it was simple. I just used the already developed delegate method: - (void)photoBrowser:(MWPhotoBrowser *)photoBrowser actionButtonPressedForPhotoAtIndex:(NSUInteger)index; Because I didn't need a 'share' button. I just commented code...
@TheEngineerz It happens on some simulators only and is not reproducible on device. Either change simulator iOS or check on device. http://stackoverflow.com/a/26769277/3545930
@YKSing did you able to successfully resolve it?
It should automatically do it, because my project has so many of these kinda forms. Putting a langauge check is for each field is not a good practice.
@MSavisko Do you have any idea why did the developer keep the method definition empty? I am wondering!
@chasseurmic Kindly check this PR.
@chasseurmic please update the repo with the code that @dasoli has put in. Because I did also suffered the same problem, but as soon I put in the dasoli's code,...
Same issue with me too.