great work with the new version. The TDPFNavigationController is excellent. It was a bit surprising that the barbuttons went down one level but it is easy to understand and requires minor changes to the Interface.
I have one issue: I cannot display the PageViewTitle of DPFNavigationControllerPage2 and DPFNavigationControllerPage3.
I checked the NavigationController demo. There DPFNavigationControllerPage2 displays 'PAge 2' but DPFNavigationControllerPage3 does not.
Bug?
Kind regards and keep up the excellent work
Gernot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
great work with the new version. The TDPFNavigationController is excellent. It was a bit surprising that the barbuttons went down one level but it is easy to understand and requires minor changes to the Interface.
I have one issue: I cannot display the PageViewTitle of DPFNavigationControllerPage2 and DPFNavigationControllerPage3.
I checked the NavigationController demo. There DPFNavigationControllerPage2 displays 'PAge 2' but DPFNavigationControllerPage3 does not.
Bug?
Kind regards and keep up the excellent work
Gernot
Hi, GJB
Yes, this is a bug!, and will be fixed as soon as,(if you add a button in Page3 you will be see page title!)
Thanks your feedback.
Great - many thanks
Dear Babak,
unfortunately the problem still exists in 2.8
Kind regards
GJB
Hi GJB
can you check it with v2.8.5 ?
Last edit: Babak Yaghoobi 2013-08-10
Hi Babak,
yes it does - unfortunately I am still struggling in my own project
Thanks for the update
Still struggling - I attach a small sample which show my problem
Had been working in the past (prior to 2.7 or up to 2.7)
Any help would be appreciated.
Hi, GJB
You're using the wrong method.
instead of DPFUIViewController2 must be use DPFNavigationControllerPage2
and
instead of DPFUIViewController3 must be use DPFNavigationControllerPage3
Regards
Thank you - I missed that I need to change the code as a consequence of the Navigation Controller Update
Regards