HI i am using zxing API into my application and it says that the application cannot be posted to the App Store because it is using private or undocumented APIs:
Private Symbol References
UIGetScreenImage
can somebody help me out as soon as possible
...
Hi all
I have a very strange behaviour of my navigation view. What I want is, that from my main view, the user can touch a button, which leads him to the view with the application settings.
Here is the code, responsible for the navigation:
AppDelegate.h
@interface AppDelegate : NSObject {
UIWindow *window;
ViewController...
Hi folks
i searched on net for web apps compatibility on mobile and pc browser finally i decided.make 2 websites one is for mobile browser and other is for pc browser.how to find out requested is mobile or pc and how to redirect website for mobile or pc.
If there is any other way for compatibility.Please let me know and give your good ...
i have a string
gpbusd buy update HIT 40 PIPS HIT 110 PIPS gpbusd buy BREAK EVEN update HIT 100+ gpbusd buy 1.5500/25 1.5455 new 40 100+ gpbusd buy update CLOSE 0 TO 10 PIPS N gpbusd buy 1.5335/50 1.5320 new 40 80+ gpbusd buy update 15-20 PIPS CLOSE KEEP OPEN gpbusd buy 1.5530/50 1.5505 update HIT 80 KEEP OPEN gpbu...
Hello guys,
I'm using AVAudioPlayer from iOS SDK for playing short sounds on each click in tableView rows.
I have manually made @selector on button in each row that fires up method playSound:(id)receiver {}. From receiver I get sound url so I can play it up.
This method looks like that:
- (void)playSound:(id)sender {
[audioPlayer ...
which tools are used for solving memory leaks in iphone ??
...
hi i am new to iPhone. what i need is i have to create a gallery of images and that gallery consist only single row with group of images from the local folder in the project.And the images are shown as slide show. like for example 0,1,2,3,4,5 are images then they can appear like 0,1,2,3,4,5,0,1,2,...... how can i done is there any predef...
I have a UIImageView setup called needleImageView which i need to rotate 360degrees over 10 seconds the point 20.00 20.00 of the ImageView.
Anybody able to show me sample code for this functionality?
Thanks,
-Code
...
I want to build a chat server but i don't know i should use Window service or WCF? Numbers of client of my chat service not a lot, it's about 30 to 40 (Exactly, it's not a chat server, it just a server use to send/recieve data to/from client in local network). Should i use Window service or WCF?
...
(AudioQueueNewInput(
&mRecordFormat,
MyInputBufferHandler,
this /* userData */,
NULL /* run loop */, NULL /* run loop mode */,
0 /* flags */, &mQueue...
Hello
I have a font in the resources and I loaded it into a UIFont
I want to know how to use this UIFont as the default font for my UIWebView
Thanks in advance...
...
HI,
I have a game built using cocos0.82. i want to know that will there be a significant memory efficiency if i upgrade my cocos2d to latest version ?
Please reply.
...
Hi,
When we play audio/video on iphone, on touch we get an menu visible which includes volume slider, play/pause option , next prev option and current audio/video status slider.
can we use this inbuilt functionality in our app??
if yes than how can use this functionality in my app.??
secondly if we can use it than, i tried working on ...
I am creating a list of bar buttons with its action functions (sFuncName as below), it is dynamically changed.
When user clicks on a button, sFuncName will be called.
for(int i = 0; i < 3 ; i++){
NSString* sFuncName = [NSString stringWithFormat:@"OnFunc_%d:", i ];
barButtonItem = [[UIBarButtonItem alloc] initWithBarBut...
Hi guys,
Let's say I have 2 threads, one is the main thread and another one, a secondary thread. The main thread is being used the most, but sometimes (rarely) I want the secondary thread to do some work based on calls from the main thread. Most of the time the secondary thread should sleep. Now after some searching I understand the wa...
hi i am new to iphone.I need to scroll scrollview horizontally instead of vertical.Is it possible to scroll horizontally.If it possible pls post link consist sample example.Thank u in advance.
...
which approach use less memory in iphone sdk, only one nib for several views OR one nib per view ? which approach lead us to a better performance ?
...
Hi all,
In my application i am recording audio, while recording i have to display the time for each second.
How can i do this.
Thank You
...
Can we create xib (with view) programmatically ? If No, why & If yes, How ??
...
what actually is File Owner and First Responder in iPhone SDK - xCode ?
...