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
I got this Error:
Thread 1: Fatal error: Index out of range Here:
func limboOfNewCharacter(
_ char: Character,
index: Int,
progress: Float) -> LTCharacterLimbo {
let currentRect = newRects[index] <---- here i got : Thread 1: Fatal error: Index out of range
var currentFontSize = CGFloat(
LTEasing.easeOutQuint(progress, 0, Float(font.pointSize))
the textlabel was empty (view did load) before i added new text later.
The text was updated successfully, but these errors were encountered:
I got this Error:
Thread 1: Fatal error: Index out of range
Here:
the textlabel was empty (view did load) before i added new text later.
The text was updated successfully, but these errors were encountered: