You get the input values as an NSString using the text property of those classes. You can take apart the string using standard string methods. If you need to chop up a string best is to build substrings for a particular range of the string and use those strings for further uses.