Simulate Location including movement in Xcode 4.2 / iOS5

后端 未结 2 827
情话喂你
情话喂你 2021-01-03 09:27

I\'ve seen Apple demoing the new simulator features in iOS5, and apart from static locations, they showed off the ability to simulate location movement on an application run

2条回答
  •  梦毁少年i
    2021-01-03 09:44

    Just add many nodes as child of node like this:

    
     
        
            63.265614
        
        
            63.265614
        
        
            45.113590
        
        
            45.052517
        
        
            45.798065
        
        ...
    
    

    I have no idea how to control the speed though.

提交回复
热议问题