debugging - See which method is being called – xcode -
i have imagepickercontroller
, imageview
. when orientation changes imageview
changes position. when imagepickercontroller
loaded landscape mode, orientation changes portrait (since imagepicker
supports portrait mode).
then when imagepicker dismissed imageview changes position place dont want to.
i want see method being called.
is there way see method being called while app runs?
you can use break point or can track debug navigator.
Comments
Post a Comment