Tagged Questions
A small software fragment or snippet which demonstrates a programming technique or solution to a general problem
53
votes
16answers
49k views
Where can I find sample iPhone code?
Sample code is one of the most useful tools for learning about programming. There seem to be many sources on the web for iPhone sample code, but some are harder to find than others. Here's a ...
12
votes
1answer
34k views
UISearchBar Sample Code
Implementing a searchbar can be tricky business and I'm struggling to make it work for my situation. Here's a collection of some of the sample code I've found for implementing a UISearchBar. Please ...
6
votes
5answers
181 views
Recommendations for learning Core Data [closed]
Could I please have some recommendations of books for learning about Core Data? Also some links to sample code.
6
votes
1answer
5k views
SCNetworkReachability compiling error
I tried to compile Ercia Sadun's sample code here, but this error came up:
warning: in /Users/interdev/iphone source code/Web Browser/Classes/SystemConfiguration.framework/SystemConfiguration, ...
5
votes
4answers
2k views
Google Safe Browsing API Code for PHP?
I've looked around but have been unable to find any classes or sample code (in PHP) for the Google safe browsing API.
Would you happen to know where I might find it?
3
votes
1answer
66 views
Memory Leak in iOS KeychainItemWrapper
I'm using the KeyChainItemWrapper from Apple's sample code to store user password for authentication, but when I call it to set the password:
[keychain setObject:passwordField.text ...
2
votes
1answer
2k views
How can i get WWDC10 sample code? (104. Designing Apps with Scroll Views)
i saw WWDC10 session "104, Designing Apps with Scroll Views".
and i want get sample code using demo. but i can't find it.
i found "ScrollViewSuite" but it's not same demo.
it's not provided?
1
vote
1answer
21 views
Json sample for updating the server
I am new to programming with json and want to develop a page where I want to send the details of an object from client side to be saved in the server.
Can you give me a sample code of how to do this?
...
1
vote
2answers
373 views
code for print from i-pad and which all print does it support
I have two questions in my mind:
Is there any tutorial or demo code available to print via a printer on wireless network, from iPad?
Which all printer does the iPad support?
1
vote
4answers
531 views
Socket programmimg in C, need sample codes and tutorials
I want to do socket programming in C. Where client and server are exchanging messages. I have the sample codes with me, but i wanted some elaborate links and tutorials for socket programming C, so ...
0
votes
1answer
35 views
MKOverlayView usage Sample Code
I would like to make an app to track running routes (real-time) on a map.
I think I have to use CoreLocation(GPS) and MKOverlayView (to draw routes on map).
But I couldn't find appropriate sample ...
0
votes
0answers
45 views
OpenEarsSampleProject is hanging when it runs. How to make it run for iOS?
I want to implement speech recognition in my project such that if user say play then the audio must be played, when he says stop then it must me stopped.
To achieve this I read OpenEars ...
0
votes
1answer
240 views
UCMA 3.0 Sample Learning Project
I am new to UCMA 3.0 (and new to Lync server as well) and want to get a feeling about how to talk to Lync 2010 server through UCMA. I want to have something quick and dirty, such as a step-by-step ...
0
votes
2answers
24 views
FTP Mac Sample Code
I am looking for some sample code or a tutorial for a simple Mac FTP client. I've been searching fruitlessly for some time. Does anyone have any suggestions?
0
votes
1answer
230 views
0
votes
1answer
311 views
Where can I find sample code on how to use the Android Calendar
I develop app where I need to use Calendar. I read StackOverflow to make some researches in this topic,
and I'm a little fuzzy.
First of all, my App don't need to sync with any account ( ex with ...
0
votes
1answer
88 views
PageControl Multiple Build error
I have downloaded apple's PageControl sample code and it will not run because i keep getting this warning "Multiple build commands for this file" Has anyone solved this? I am using xCode 3.2.5
0
votes
3answers
433 views
ContactManager Sample Code displays odd account
I created a project from the ContactManager sample code and installed it on my DX. When I click the account spinner, in addition to the 2 accounts I have on the device, it displays 33 seemingly ...
0
votes
0answers
344 views
Memory leak in Apples 'Scrolling' sample code
I'm using code based on Apple's "Scrolling" sample code - here's where I have a problem:
// load all the images from our bundle and add them to the scroll view
NSUInteger i;
for (i = 1; i <= ...
0
votes
3answers
539 views
listing of all methods of a control - like required - iPhone
yesterday I just asked following question.
http://stackoverflow.com/questions/1349571/how-to-customize-tableview-section-view-iphone
I found some new method.
Even in apple documentation I didn't ...
0
votes
2answers
350 views
WinForms controls sample projects
I need some sample projects from which students can learn how to use WinForms controls.
I can`t find nothing on web.
Thanks
-2
votes
1answer
272 views
Sample Facebook integration in iPhone App
Does anyone have a good tutorial to implement Facebook in an iPhone app?
Showing a button which links to Facebook