i have an array of some values and i want to dynamically create textfields for all the string objects inside the array and add it to the scrollview.. how to do it..
I have a json response coming and i need to get all the values whose keys are a particular string... for e.g : www_name, www_age etc are coming in the nsmutabledictionary as keys now i want to search all those values having "www_" as their part of the string.