I resolved that issue for horizontal Dial.
I am facing few more issues like
Unknown class _TtC7Example25ExampleCropViewController in Interface Builder file.
2017-05-25 15:52:10.062683+0530 Example[266:8830] NSForwarding: warning: object 0x100096720 of class 'Example.ExampleCropViewController' does not implement methodSignatureForSelector: -- did you forget to declare the superclass of 'Example.ExampleCropViewController'?
2017-05-25 15:52:10.063087+0530 Example[266:8830] NSForwarding: warning: object 0x100096720 of class 'Example.ExampleCropViewController' does not implement doesNotRecognizeSelector: -- abort
One issue I resolved by making pickerview.allowsediting = true
but still I am not able to run example in my device.
Hi @iKorich
I resolved that issue for horizontal Dial. I am facing few more issues like
Unknown class _TtC7Example25ExampleCropViewController in Interface Builder file. 2017-05-25 15:52:10.062683+0530 Example[266:8830] NSForwarding: warning: object 0x100096720 of class 'Example.ExampleCropViewController' does not implement methodSignatureForSelector: -- did you forget to declare the superclass of 'Example.ExampleCropViewController'? 2017-05-25 15:52:10.063087+0530 Example[266:8830] NSForwarding: warning: object 0x100096720 of class 'Example.ExampleCropViewController' does not implement doesNotRecognizeSelector: -- abort
One issue I resolved by making pickerview.allowsediting = true but still I am not able to run example in my device.
Please let me know whats wrong ?
Thanks !!