UIViewController::setMoviePlayerController:
is an undocumented API, yet it is used in one of the Apple sample project.
Got This Error Message in Xcode
Got this error message in xcode
1 2 3 4 |
|
It is because I have removed a UITableView from a UITableViewController in a storyboard. Adding back a UITableView and relinking it to the view outlet of the controller fixes the problem
In Ocaml, “let Rec” Defines a Recursive Function, for Example:
In ocaml, “let rec” defines a recursive function, for example:
1 2 3 4 |
|
Wat
Wat]
Encountered This Error When Adding Core Data Support to My Ios Project
Encountered this error when adding core data support to my ios project
1
|
|
Basically, in addition to adding the CoreData framework, we need to include the core data header file. The best place to add it is in the <AppName>-Prefix.pch