kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.49k stars 448 forks source link

Adds ability to set selectedView when setting a custom view #346

Open almcintyre opened 7 years ago

almcintyre commented 7 years ago

Changes proposed in this pull request:

Fixes issue #347

cody1024d commented 7 years ago

I could really use something like this as well. I think it could be implemented a bit differently, to avoid attaching multiple views, but this feature in general is really important. (I would simply create a SelectableCustomView protocol, that customView has to implement, which would expose an isSelected variable, or something, that would be used to trigger changes within the custom view itself)

@kitasuke Any chance something like this could make it into the project?