-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Difference between SWRevealViewController & PBRevealViewController, and migration path #86
Comments
PBRevealViewController is very similar to SWRevealViewController. Indeed, at the time, I had developed this framework to replace SWRevealViewController in my applications. The main difference is that PBRevealViewController allows the left and right views to be presented above the main view (this was a much requested feature). But you can still present these views below, like with SWRevealViewController. The identifiers of the setting segues are pb_main, pb_left and pb_right instead of sw_front, sw_rear and sw_right. You can leave panGestureRecognized and tapGestureRecognizer provided by the PBRevealViewController as they are for the default behavior, cancel the gestures recognizer behavior using the delegate functions revealControllerPanGestureShouldBegin and / or revealControllerTapGestureShouldBegin. In general, even in the name of functions, front, and rear are replaced by main and left. You use it with storyboard or programmatically in the same way you do with SWRevealViewController. Can you provide a link to one of your applications so I can have a look? |
Thank you very much your fast replay. |
As I promised, the name of the app in which I used the SWRevealViewController is 101Positions. It has a free version so you can check the UI. |
I can't find an app named 101Positions in the Apple Store. |
… On 2020. Nov 28., at 15:49, Patrick ***@***.***> wrote:
I can't find an app named 101Positions in the Apple Store.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#86 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA6TRV5TWZVL66MVDQEKGULSSEEXRANCNFSM4SS5U7HQ>.
|
Patrick,
could you find the app?
Regards,
BootMaker
… On 2020. Nov 28., at 16:27, Gabor Tamas ***@***.***> wrote:
https://apps.apple.com/us/app/101-positions-of-kamasutra/id372517616 <https://apps.apple.com/us/app/101-positions-of-kamasutra/id372517616>
> On 2020. Nov 28., at 15:49, Patrick ***@***.***> wrote:
>
>
> I can't find an app named 101Positions in the Apple Store.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#86 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA6TRV5TWZVL66MVDQEKGULSSEEXRANCNFSM4SS5U7HQ>.
>
|
Yes, I found it. The user interface is very nice! |
Thanks, Patrick.
What’s your feedback if I’d like to use your solution for a coordinator design patterm?
… On 2020. Dec 4., at 8:12, Patrick ***@***.***> wrote:
Yes, I found it. The user interface is very nice!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#86 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AA6TRV33PNYVZLBZ23Y2VG3STCDWHANCNFSM4SS5U7HQ>.
|
Even it's not actually an issue but a problem with which all developer have to face later or sooner who use SWRVC as me, that even SWRVC is a fantastic solution, it is several years old and without support.
Finding a viable alternative PBRVC could be a good candidate, so my questions:
One thing is evident from the code and the support that your solution is very professional and especially useful the Obj-C and swift alternatives, so I am eager to switch but I'd like to check the cost before I start to migrate to PBRevealViewController on my all apps.
Thanks for your help in advance...
The text was updated successfully, but these errors were encountered: