I am getting the following error with trying to load an RTF file into a UITextView
.
Asked
Active
Viewed 48 times
0

rebello95
- 8,486
- 5
- 44
- 65

system hola
- 33
- 6
-
2Don't post screen shots. Post your code. You need to drop the last parameter (error) and implement Swift2 (do-try-catch) error handling. BTW fileURL was deprecated iOS9 you should use initWithURL method. – Leo Dabus Jan 20 '16 at 01:29
-
how do i do this all i am new to swift – system hola Jan 20 '16 at 03:23
-
Possible duplicate of http://stackoverflow.com/questions/34892434/update-code-to-swift-2 – Eric Aya Jan 20 '16 at 10:37