actual

How can I find the Rect of wrapped text on an iPhone?

Can anybody recommend a good method for determining the Rect of some wrapped text on an iPhone? I've tried all the built-in methods for NSString in the 2.1 SDK to no avail. The size methods never return sizes that allow me to completely fit wrapped text in my custom view. I'm drawing some user customizable text that should always be a...

how to reset the zoomed image to it's actual size after changing the tab and then getting back to the tab whose viewcontroller contains the image

hi iProgrammers, i have 5 tabs,namely home,ask a doc,tip,inbox and disclaimer....im my home view controller i zoom an image in viewforzoominginscrollview method...after zooming if i switch to another tab and then get back to home tab....i want the image to be of actual size... This is my homeViewController class code import "HomeViewC...

Get the position of an element in Android's List View

Hey, my friend and i develop a Android programm. Now we got to the question if it's possible to get the actual position of an ListElement. Example: You drag the list up and down, and now you want to konw which element is on the center of the screen? can anyone help us? ...