Y
Hacker News
new
|
ask
|
show
|
jobs
by
CodeWithCoffee
4229 days ago
What's more, you can't get the current properties of the interface objects (e.g. the position on screen, or text content). You can only write to them:
https://developer.apple.com/library/prerelease/ios/documenta...
.
2 comments
0942v8653
4229 days ago
Wait, then how do you get user input at all? Just buttons? That sounds like a pain.
link
c1sc0
4229 days ago
There seems to be some kind of dictation-based input
link
mikeash
4229 days ago
Does that matter? If you need to know those values, you can just store them locally when you set them.
link