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
If i use above line of code then app getting crash with Fatal error.
Fatal error: Index out of range: file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-1103.2.25.8/swift/stdlib/public/core/ContiguousArrayBuffer.swift, line 444
I want to change text color and font. For that i have tried below code but it's not working.
No crash with above code but color & font not working.
OR
If i use above line of code then app getting crash with Fatal error.
Fatal error: Index out of range: file /Library/Caches/com.apple.xbs/Sources/swiftlang/swiftlang-1103.2.25.8/swift/stdlib/public/core/ContiguousArrayBuffer.swift, line 444
i also tried this: #37 (comment)
but it returns me an error like : 'FTConfiguration' initializer is inaccessible due to 'internal' protection level
i am using pod 'FTPopOverMenu_Swift', '~> 0.2.0'.
The text was updated successfully, but these errors were encountered: