iDevelopper / PBRevealViewController

A UIViewController subclass for revealing a left and/or right view controller above or below a main view controller.
MIT License
80 stars 16 forks source link

i want to change button image when reveal view controller appears as shown in image #13

Closed alisattar456 closed 7 years ago

alisattar456 commented 8 years ago

14627812_750646321741201_745533865_n

iDevelopper commented 7 years ago

Sorry for late answer! Did you solve it?

alisattar456 commented 7 years ago

No waiting for your reply and doing some other work now tell me?

iDevelopper commented 7 years ago

Sorry again, you have to use the delegate methods willShowLeftViewController & willShowHideViewController, this sample written in Swift but very easy to understand:

PBNavSample.zip

alisattar456 commented 7 years ago

ok no Problem thats fine

alisattar456 commented 7 years ago

PBrevealViewController touch gesture is not working on webview

On Tue, Nov 8, 2016 at 10:18 AM, Patrick notifications@github.com wrote:

Sorry again, you have to use the delegate methods willShowLeftViewController & willShowHideViewController, this sample written in Swift but very simple to understand:

PBNavSample.zip https://github.com/iDevelopper/PBRevealViewController/files/578987/PBNavSample.zip

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/iDevelopper/PBRevealViewController/issues/13#issuecomment-259215841, or mute the thread https://github.com/notifications/unsubscribe-auth/ARaPa5TJK6PgSHMzLU6qU8j8CIYeVEtRks5q8Lz8gaJpZM4KXsWD .

alisattar456 commented 7 years ago

in objective c

On Thu, Nov 10, 2016 at 8:09 AM, ALI SATTAR alisattar456@gmail.com wrote:

PBrevealViewController touch gesture is not working on webview

On Tue, Nov 8, 2016 at 10:18 AM, Patrick notifications@github.com wrote:

Sorry again, you have to use the delegate methods willShowLeftViewController & willShowHideViewController, this sample written in Swift but very simple to understand:

PBNavSample.zip https://github.com/iDevelopper/PBRevealViewController/files/578987/PBNavSample.zip

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/iDevelopper/PBRevealViewController/issues/13#issuecomment-259215841, or mute the thread https://github.com/notifications/unsubscribe-auth/ARaPa5TJK6PgSHMzLU6qU8j8CIYeVEtRks5q8Lz8gaJpZM4KXsWD .

iDevelopper commented 7 years ago

Please open an other issue