You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SDLSlider initWithNumTicks:(UInt8)numTicks position:(UInt8)position sliderHeader:(NSString *)sliderHeader sliderFooter:(nullable NSString *)sliderFooter timeout:(UInt16)timeout] calls itself instead of the near identical sliderFooters, which causes recursion.
Reproduction Steps
n/a
Expected Behavior
Don't recurse and instead correctly initialize
Observed Behavior
Recurses
OS & Version Information
iOS Version: n/a
SDL iOS Version: 5.0.0
Testing Against: n/a
The text was updated successfully, but these errors were encountered:
Bug Report
[SDLSlider initWithNumTicks:(UInt8)numTicks position:(UInt8)position sliderHeader:(NSString *)sliderHeader sliderFooter:(nullable NSString *)sliderFooter timeout:(UInt16)timeout]
calls itself instead of the near identicalsliderFooters
, which causes recursion.Reproduction Steps
n/a
Expected Behavior
Don't recurse and instead correctly initialize
Observed Behavior
Recurses
OS & Version Information
The text was updated successfully, but these errors were encountered: