Can you revise the FacebookSlideMenu demo and make it work on any resolution and also when in landscape mode? It is great and I'd like to use it in an app.
Thanks,
Brent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Another thing. Since the last iOS update 8.1.3, projects need to modify their Entitlement.TemplateiOS.xml file. I've attached the correct one. You just need to replace the XXXXXXXXXX with your Prefix that you see when you are in the Apple Developer Center, Identifiers, App IDs
ok, thanks. When I run the demo, the DPFUIView2, appears small. I've attached a picture. Should I set the DPFUIView2.Align to Client? It sizes correctly that way but the button doesn't collapse the menu when you tap it.
Babak,
Can you revise the FacebookSlideMenu demo and make it work on any resolution and also when in landscape mode? It is great and I'd like to use it in an app.
Thanks,
Brent
Hi Brent
Download last source code and see FacebookSlideMenu,
Now you change with , height to any size you want ! also with any Orientation !
Regards
Babak,
Thank you!
Brent
On line 70, I get Incompatible types: 'TDPFPanGestureRecognizeState' and 'TDPFGestureRecognizerState' in the uMain unit
Also, in the Target Platforms the iOS Simulator is listed but you cannot add device
Last edit: justapps 2015-02-06
I guess I just needed to prefix those values with TDPFPanGestureRecognizeState
Also, I just recreated the project to fix the missing device from Target Platforms
Another thing. Since the last iOS update 8.1.3, projects need to modify their Entitlement.TemplateiOS.xml file. I've attached the correct one. You just need to replace the XXXXXXXXXX with your Prefix that you see when you are in the Apple Developer Center, Identifiers, App IDs
Hi Brent
Please download again last source code.
Now I removed all Entitlement.TemplateiOS.xml files from SVN, You can replace your xmls.
Regards
ok, thanks. When I run the demo, the DPFUIView2, appears small. I've attached a picture. Should I set the DPFUIView2.Align to Client? It sizes correctly that way but the button doesn't collapse the menu when you tap it.
See main form !
I was added initSlide( 200, 100 );
You can change this parameters to what you want.
Thanks!