Nicholas Shipes
Nicholas Shipes
@diegoescobar79 I was able to setup a control similar to that you're having an issues with using the same array of titles you provided and item selection worked without issues...
Have you debugged your view hierarchy to determine if the control is extending beyond one of its superviews? Or is your view hierarchy just something like UIViewController.view -> UIScrollView ->...
@Metalboyblue sure, if you want to submit your changes as a merge request I can review and integrate into the master branch so other users can use the component with...
Thanks for the report, this is probably related to the other issue about selectedIndex. The original design was to always have an index selected which is the reason for the...
In my testing using a target view controller did not always perform as expected, and in most cases one would want this media focus view to be displayed as a...
This is a known issue and is listed in the TODO section of the repo's readme file. I hope to get to this sometime next week.
@felixLam I started working with the rotation support issue a couple of months ago, but properly handling the fromRect/fromView after a rotation is proving to be a pain in order...
Nice work, thanks for taking a look at this. Pull requests are definitely welcome, but I'll review your code and clean up as necessary before fully committing to the repo....
Sounds good. When dealing with device rotation and the view/window geometry, you just have to use `bounds` instead of `frame` since `frame` on the view or window will always refer...
I did happen to find a less-than-ideal workaround for this issue. It seems that I can set `FrameworkA` as a dependency of `FrameworkB`, and then set `FrameworkB` as a dependency...