Re: How to add filter to capture video from the camera?

2011-12-28 Thread
: On Dec 27, 2011, at 11:16 PM, 吴明 wrote: HI All: I wont capture view from the camera. and add an image to every frame.then save the video to my app. How do this. Use QTCaptureView and implement the delegate method -view:willDisplayImage:. In that method, do what you want to do to the frame

Re: How to add filter to capture video from the camera?

2011-12-28 Thread
: On Dec 27, 2011, at 11:16 PM, 吴明 wrote: HI All: I wont capture view from the camera. and add an image to every frame.then save the video to my app. How do this. Use QTCaptureView and implement the delegate method -view:willDisplayImage:. In that method, do what you want to do to the frame

How to add filter to capture video from the camera?

2011-12-27 Thread
HI All: I wont capture view from the camera. and add an image to every frame.then save the video to my app. How do this. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list.

How to get the phone number use ios sdk in iphone.

2011-12-22 Thread
How to get the phone number use ios sdk in iphone.? ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Re:Re: How to get the phone number use ios sdk in iphone.

2011-12-22 Thread
number. I don't know whether these ways are feasible. 在 2011-12-22 17:42:44,Kyle Sluder kyle.slu...@gmail.com 写道: 2011/12/22 吴明 wuminghui...@163.com: How to get the phone number use ios sdk in iPhone.? Not gonna happen. iOS does not allow you to access this information. --Kyle Sluder

Re: How to get the phone number use ios sdk in iphone.

2011-12-22 Thread
Thanks I will use the UUID or DeviceID instead of the phone number. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

Re: How to get the phone number use ios sdk in iphone.

2011-12-22 Thread
I dont found about this in iOS5.0 Api diffs and what's new in ios5.0 FYI, the DeviceID was deprecated in iOS 5. Dave ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

How to get from the Itunes App Store application information

2011-10-18 Thread
How to get top five from the Itunes App Store application information. Were to be paid and free. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at

How to use Photo Albums of the landscape mode iphone app

2011-02-19 Thread
HI Guys: My iphone app Interface Orientation is landscape. I need load a picture to my app. so. I use if ([UIImagePickerController isSourceTypeAvailable: UIImagePickerControllerSourceTypePhotoLibrary]) { picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary; } [self