문제

I have a UIViewcontroller with different UI elements in it. I would like to get a way to track the events occuring on that view ,its point of occurence,and the time of the event occuring without doing any hardcoding to save it on the corresponding actions.Also the process should not disrupt the occuring events.I would like to save that details into a plist.Can anybody tell me how to acheive this? Any constructive suggestions are appreciated.

도움이 되었습니까?

해결책

After much digging on that part I found the solution to my issue in the following link. http://www.cocoawithlove.com/2008/11/automated-user-interface-testing-on.html Hope that helps somebody out there looking for solution for the same. However applications using the provided solution will be rejected by appstore. It can be used only for your own purposes.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top