I am making an iPhone app. I have a code that is in C. The C code contains a lot of pointers and global variables. I want to use this C code in my objective-c project. Can anybody please help me with this?
...
Hello
I have just learnt about iPhone-Wax (thanks to SO). Now the documentation is rather sparse for what I am trying to do.
I want to embed it into an Objective-C app. I don't want it to be the main app. Has anyone done it and how can I achieve it?
I would like to use it in the same way LuaObjectiveCBridge is used.
...
Hi,
i am downloading content from server to my app. i am using NSUrlConnection to that in response i am getting data and i am storing that. But if user quits the app while downloading when he launches app next time i have to resume that download from where it stop(download remaining part). how to support this ...
is any idea on how to h...
I have a rather complex graphic within the context of a UIView within a UIScrollView that is created on load using CGPath and GContext path functions. The graphic is static unless the user changes one of it's parameters which in turn calls setNeedsDisplay on the UIView.
The graphic is laid out over a 24 hour period and I now want to add...
I'm really scratching my head on this one:
I have an object (MyObject) which I instantiate, and this object has an NSArray member variable.
The following simple code working in the sim:
MyObject *myObj = [[MyObject alloc] init];
NSArray *arr = [myObj myMemberArray];
When I hover over myObj in XCode the tooltip reads "MyObject". Good...
I'm basically pushing a UIView from a UITableViewController and all it contains is a UIWebView. However when I remove the UIView to return back to the UITableView the app crashes.
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// Navigation logic may go here. Create and push another view co...
Okay, I am going to try to make this totally not a "plz send teh codez kthxbai"
I am considering an app which takes sound (eventually an audio track) and applies an audio filter to it.
So I can play sounds with AudioServicesPlaySystemSound via AudioToolbox framework just fine.
What I need is a very simple example of how I might take ...
I've got an app that has a table view that displays contact information in each row. I'd like to use the contact's stored image (if there is one available) as the image on the left-hand side of the cell.
I've found some sketchy sample code in Apple's documentation, but the address book references some kind of weird data type (CFDataRef)...
Hi,
I have a iPhone application with a few custom-defined colors for my theme. Since these colors will be fixed for my UI, I would like to define the colors in a class to be included (Constants.h and Constants.m). How do I do that? (Simply defining them does not work because UIColors are mutable, and would cause errors - Initalizer not ...
I am having an odd problem when searching a UITableView using a UISearchDisplayController. The UITableViewController is a subclass of another UITableViewController with a working didSelectRowAtIndexPath method. Without searching the controller handles selections fine, sending the superclass a didSelectRowAtIndexPath call, but if I select...
I got a .net web service with dataset as one of the intake parameter. e.g.
int HellowWorld(dataset ds) {}
After this web service being invoked, it will start processing and return status (success or fail) after the process finished.
My question is, how iphone application can build a dataset and attach it as a parameter for sending to ...
Hi All,
I have set my status bar hidden in my Application.
[application setStatusBarHidden:YES];
I have added an UIView on the window as a subview at 0,0,320,40. But I am not able to get touches on my View ?
But if i am changing the 'Y' position like 0,30,320,40 its working fine.
What is the problem ???
Thanks
...
I want to post a blog on linkedIn so how it's possible?I have completed LogIn functionality in LinkedIn.Please Help me in Posting blog from my native application.if some one got the idea then please explain me with code.i have completed authentication process but after authentication successful it gives me one code like "61592".and Messa...
How do I make it so it doesn't grey out?
...
I am using apples "cryptoexcercise" (Security.Framework) in my application to encrypt and decrypt a data of numeric value. When I give the input 950,128 the values got encrypted, but it is not getting decrypted and exists with the encrypted value only. This happens only with the mentioned numeric values. Could you please check this iss...
I have a UIScrollView which contains many UIImageView's UILabel's etc... the labels are well longer that the UIScrollView, but when I run the app, I cannot click and scroll down...
Why might this be?
Thanks
...
Hi all i am writing one iphone application to download the songs and store it in my application. Is there any framework for this?. Can you please help me how to get started with it. Thanks in advance.
...
I want to create a mobilesubstrate plugin for iPhone OS 3.2 or I tried to setup toolchain on the iPad device.
I have installed the iphone-gcc_4.2-20090304-1-9_iphoneos-arm package and all the relevant packages from Cydia, but when it comes to compiling the simplest source file shows the following error:
arm-apple-darwin9-g++ -I /var/to...
Hi All,
Is there any Open Source project I can use to read data matrix codes (not QR codes, I know I can use ZXing project to read QR Codes) on iPhone? Any JAVA Open Source would also be helpful (I'll convert that into a web service and use on iPhone).
Any help would be much appreciated!
Thanks
Saurabh
...
I have made one project as a Static library and i want to use that library in another project as a Framework of other so how can i use it as a framework.
...