[Solved] Objective-C “Star Wars” opening crawl [closed]
It is possible in Objective-C. Only because I’m nice We’ll start with a simple rotation and see what happens. If you build, you’ll see that we got a nice rotation but it doesn’t look realistic. We need to skew the perspective as well to get the real effect. UITextView *textView = [[UITextView alloc] initWithFrame:self.view.bounds]; [textView … Read more