Hello All,
How to Convert Text to Image and show in UIImageview. Can anyone know the conversion from Text to Image?
|
|
Hello All, How to Convert Text to Image and show in UIImageview. Can anyone know the conversion from Text to Image?
|
||
|
|
|
|
You can start playing around with something like this:
|
||
|
|
|
|
I haven't done any iPhone development; however, I did perform this sort of task with a different domain and hopefully you will find it useful. Here's what my program did: 1) Read an XML file 2) Placed the contents into a hash 3) created nodes based on the hash 4) Loaded images into the nodes, based on data in the structure 5) Created a composition based on node information 6) Displayed the final image I used libraries for the xml reading and image generation/manipulation. |
||
|
|