I'm starting with Xcode and Objective-C, but I have some experience with OOP in C ++. I bought this book. I read about how to make a simple application, and removed the rest of the book. I want to make an iPhone application that people can use to search for mathematical equations, such as quadratic echoing, Pythagorean identification, etc. I plan to include many things and do many things better than other applications that I have seen. However, before I pay Apple $ 99 for a full iOS developer, I want to know that it is not so difficult to make the Greek letters and mathematical notation that we see in math books. For example, what code is needed to create an iPhone application that displays
. Of course, I want to use functions that, as I understand it, are included in Xcode to do this kind of thing, and do not do graphics with another program that my application will use when necessary. Beyond this specific example, where is the Apple documentation for creating other math symbols and symbols displayed by my iPhone application? If this is the wrong place to ask, it would be great if you could tell me about a place where I could ask my question.
source share