Jameson Rader
Jameson Rader
Including these two lines in my pod file ``` use_frameworks! pod 'Form' ``` I'm getting a Swift version error when I try to build. At that point, I `Edit >...
Specifically, I'm trying to move the lines ``` sephiroth:numRotations="2" sephiroth:ticks="20" ``` to code, so that I can externalize the wheel and change it at will in my app. However, I...
Using the `setvalue` method gives me a `divide by zero` exception. My code is as follows: ``` mWheel = (Wheel) v.findViewById(R.id.wheel); mWheel.setOnScrollListener( new Wheel.OnScrollListener() { @Override public void onScrollStarted( Wheel...
I'm trying to start the SNC by a button in a `viewcontroller`. If I use the following code in that button, the SlideNavigationController's left menu doesn't work (it's completely unresponsive)....