Disqus and iOS integration - UIImagePickerController -


i'm trying integrate disqus ios app. i'm following written guide written guys @ disqus here https://help.disqus.com/customer/portal/articles/472096

i'm using uiwebview show hosted html page, loads disqus comments working fine.

am able view comments , add comment seen here.

now select add image option , menu here.

enter image description here

now when select 'photo library' , view controller dismisses , throws warning in console

warning: attempt present uiimagepickercontroller: 0x7faebb247a00 on uinavigationcontroller: 0x7faebb179400 view not in window hierarchy!

basically comments view (as seen in screenshot) shown modally view controller shown modally.

i wondering if cannot show multiple view controllers modally , disqus imagepicker trying present on top of 2 modally presented view controllers. issue?

any pointers appreciated.

thanks, kamyfc

okay fixed this.

i avoided showing view controllers modally , can select images.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -