Tagged Questions
iOS is Apple's operating system for mobile devices, such as the iPhone, iPod touch, iPad and Apple TV (2nd generation) devices. It shares a lot with Mac OS X, but is optimized for touch-based interfaces.
0
votes
0answers
26 views
how to get barcode type and format with zxing library
I use Zxing library for Barcode, QRCode and Data matrix scanning. scanning process is work fine.
I also get result string from didScanResult delegate method of ZXingWidgetController.
- ...
0
votes
1answer
26 views
Popup Orientation Change
In this application starting onwards Portrait mode.
.
code snippet
NSInteger heightOne;
NSInteger heightTwo;
NSInteger imgV;
CGRect Bounds = [[UIScreen mainScreen] bounds];
if ...
0
votes
0answers
9 views
Active perl Geo OSM Tiles
I had installed Geo-OSM-Tiles through Active perl.
But the problem is that i dont know in which path it had installed.
Also i need terminal command for downloading tiles through Geo-OSM-Tiles (Active ...
0
votes
1answer
27 views
“Install prohibited” when trying to install ad hoc .ipa file
I have the following problem - I am trying to install ad hoc .ipa file on my iPad 2, model MC979HC/A with iOS version 6.1.3. But when I try to install the app via iPhone Configuration Utility or ...
0
votes
0answers
40 views
Google Apps Web App viewed on iPhone
I'm learning how to set up HMTL code to make it work as an "iOS web app". I want to integrate this into a Google Apps Script Web App, so that when opened from an iPhone it behaves like an iOS Web App.
...
0
votes
0answers
29 views
Moving a sprite by touching anywhere on the screen
In my game only one sprite responds to touches. How can I make a mousejoint move this sprite/body regardless of where I touch on the screen?
-3
votes
4answers
77 views
Tableview doesn't fire cellForRowtIndexPath
My situation:
I've got datasource and delegate connect in the storyboard
I've got for my UITableViewCell and identifier and also in code defined, etc.
I've got the array with data for my ...
0
votes
3answers
36 views
How to use one date picker for two textfield?
I follow this link but I have two textfield
How I use for two textfield.My code is here Date1 and Date2 are textfields.Here when I select date from textfield1 and textfield2 , textfield1 always takes ...
-7
votes
0answers
17 views
Custom calendar and add events for selected dates [closed]
I want to create custom calendar in my App.In that i need to add some events,for that I need to add button controls in the particular date.And need to implement actions for those buttons.Because one ...
0
votes
0answers
28 views
Dismiss modal and push a segue
I'm pretty new at iOS development and I'm stuck using storyboards. I've a modal view (ZoekCriteriaViewCOntroller) with a button on it. When the button is Pressed I would like to dismiss the view with ...
0
votes
1answer
27 views
GCDAsyncSockets, get answer
I'm trying to test a server connection with the GCDAsyncSocket.
https://github.com/robbiehanson/CocoaAsyncSocket
I want to connect to a ip + port and get a message, whether it worked, or not.
I'm ...
0
votes
0answers
25 views
Adding arcs to bezierPaths
I have a number of UIBezierPaths that are very squared as I used addArc.. I have a number of these arcs and would like to add a curve from the left point of one arc to the next left point of another ...
-3
votes
1answer
22 views
How to send in app sms using rubymotion?
Anyone care to share some example code on sending an in app sms from Rubymotion app?
-1
votes
5answers
81 views
Checking a null value from Json response in Objective-C
[
{
"AT" : null,
"EA" : null,
"AD2" : "",
"OP" : null,
"AdsLst" : [
],
"EMs" : null,
"ND" : {
"MN" : null,
"FN" : "Sony",
"LN" : "J"
},
...
-1
votes
1answer
24 views
Image Upload from SQL Server to iPhone app [closed]
We have some images in SQL server 2008 database for some consumer products which need to be uploaded to iPhone app whenever the user wants to sync the Local Database on iPhone and remote database.
...
0
votes
1answer
15 views
Generate referral link for each user
I am searching for a way to achieve this. I want something like Dropbox, each user(say X) can create their own unique referral link and send them to their friends (say Y). Now if Y installs the ...
0
votes
1answer
39 views
Every time I add something to the CoreData file i get sigabrt
Every time i add something to the CoreData (like adding an attribute to one of the entities) I get sigabrt and the only thing that helps is deleting the app from the emulator and cleaning the project.
...
-1
votes
1answer
24 views
Which iTunes user can upload binaries? [closed]
I have to give to a contractor the access to our iTunes account. He has to upload the binaries for iOS app and to send it for the review. He will upload the binaries from the XCode directly.
Which ...
0
votes
2answers
21 views
Call to function 'ABRecordCopyValue' returns a corefoundation object with a +1 retain count
I have following code in my project
- (BOOL)peoplePickerNavigationController:
(ABPeoplePickerNavigationController *)peoplePicker
shouldContinueAfterSelectingPerson:(ABRecordRef)person {
...
1
vote
2answers
42 views
How to get IMEI on iPhone 5
I'm develop application for jailbroken iOS devices. I use https://github.com/erica/uidevice-extension/blob/master/UIDevice-IOKitExtensions.m to get IMEI, but on iPhone 5 this solution does not ...
-1
votes
1answer
15 views
How to get the SerialNumber of MAC Laptop in QT
I am developing a desktop application for MAC(IOS) using QT.
How can i get the serial number of the MAC(IOS) machine using QT API's.
0
votes
1answer
20 views
How to disable pan mode for certain view controllers in the MFSideMenu class?
I'm using the MFSideMenu from github link in my project. It's working, however I would like to disable it in a certain viewcontroller.
I added this in the viewcontroller but it doesn't disable the ...
0
votes
0answers
32 views
UIScrollView Stop working after push view and come back to the main view ios
I have a view controller in my application that includes a UIScrollView, and I have table and other components inside the scroll view, when I push to the detail view controller using ...
0
votes
2answers
51 views
Is there any equivalent of Services of android in iOS?
I want to check the database in my app every 12 hrs for rows with date column having corresponding date . This is accomplished by writing service in android. But is there any equivalent of services in ...
6
votes
1answer
69 views
Programmatically get Build settings values?
Is it possible to get the build settings values programmatically like iOS Deployment Target,
Preprocessor Macro values?
0
votes
0answers
22 views
nskvopendingnotification error in objective-c
I have the following problem
during abstraction i have encapsulated a class in objective c which allows me to change a rectangles size and position over an underlying image.
I use this class as in ...
0
votes
0answers
31 views
How to Lazy Load a static library?
I am working on a project that involves card swiping on different types of swipers from different vendors. These swipers have their own static libraries. I had no issues in integrating these libraries ...
2
votes
1answer
38 views
Possible to do an iOS app distribution via the web without knowing the device's UDID?
Is it now possible to use ad-hoc distribution without knowing the authorized devices' UDIDs?
I've just come across this, which basically installs an iOS app on my iOS device, without them knowing my ...
0
votes
1answer
20 views
Core Plot : Grid lines appear once per two plots
Am using Core Plot to plot some memory statistics for an iPhone App. Here is a sample plot
Why is the grid line appearing only for every alternating plot? I want it to appear for every plot. How do ...
-3
votes
0answers
43 views
Programmatically check compatibility of iOS-App to iDevice [closed]
I would like to find out whether it is possible to programmatically check whether an app is compatible with a device or not. If you know a way to proof it it would very nice ;-)
Info: Jailbroken ...
0
votes
0answers
27 views
iOS - hide address/menu/top bar even when using a input (search bar)
I've got the iphone to automatically hide the adress bar (using meta) but when I click my own search bar (basic input) it comes back.. how can I override this?
I don't want to disable the top bar all ...
0
votes
1answer
22 views
Failed to upgrade the iOS application while app is doing network operations using sockets
When I am trying to update the application using iTunes, I am getting a error pop-up - Unable to download application.
I am running into this error only when my app is doing network operations using ...
0
votes
0answers
34 views
How to list out Recently Opened documents in iOS?
I have listed out all the documents in NSDocument Directory and im able to get the documents that are recently modified using :
NSMutableArray* filesAndProperties = [NSMutableArray ...
0
votes
1answer
30 views
Storyboard: Condition segue transition for navigation (push)
I am new to storyboard and xcode (using 4.6)
I m using Navigation Storyboard with push segue.
I would like to implement a select snap view, that if have minimum 1 snap selected - the segue would work. ...
0
votes
0answers
17 views
Posting links(image url or website url) on Instagram as caption from iOS
I am sharing images from my iOS app to instagram. I am posting image and captions in the request and that is working fine.
Now what I have to do is that I am sending some image link as caption. ...
0
votes
0answers
31 views
Capture Network data usage by each Application in iPhone
I want to make an iPhone application in which Network data usage by each application is detected and shown.
Just like Onavo Count
I don't care if Apple don't support it. I am not going to sale it
0
votes
0answers
14 views
<Error>: GeezaPro: FT_Load_Glyph failed: error 6
I have two view controllers in my application, when I use (segue) to push to the second view controller (detail view controller), I face this error :
: GeezaPro: FT_Load_Glyph failed: error 6.
this ...
0
votes
0answers
14 views
how i can create boundingbox area using mapbox api
hi i m new in iphone development some can help me to cache some area using mapbox framework
here is the guideline for this
You want to use the RMTileCacheBackgroundDelegate protocol for this. Just ...
0
votes
0answers
7 views
Building for iOS with Corona SDK: multiple binaries are created, causing “Invalid Bundle Structure” error from Apple
I am building an app called 'ToyBox.
When I build for iOS, I get a ToyBox.app directory which contains a ToyBox executable and the other typical iOS-related files (Info.plist, pkg.info, etc.), in ...
0
votes
0answers
32 views
Ios CoreData with 3 MOC solution (app freezes on saving process)
I use coredata in my app, with 3 contexts:
__masterManagedObjectContext -> is the context that has the NSPersistentStoreCoordinator and save the data to disk.
_mainManagedObjectContext -> is the ...
0
votes
0answers
17 views
core data memory leak basichash hashrehash whenever any value is changed
i have an app that is leaking memory whenever any value is edited (via tableview)
i believe it has something to do with the keyvalue observation and propogation.
a hash is computed based on the new ...
-7
votes
0answers
59 views
iOS developer job advice [closed]
I've been asked to do a job for a company (paid), however they only want to pay me from developer to deployment on the app store. The company will own all rights to the code and the app, therefore I ...
0
votes
1answer
41 views
iOS Timelime View
I want to implement a timeline view. In which I need to have months (with dates) on top and many rows below that with a bar of time period. (very similar to this image)
Please tell me, where should I ...
2
votes
2answers
30 views
Undefined symbols to framework when building application separated to library and application part
I have application separated into library part and the Application which links with the library.
Library uses AFNetworking, and thus requires SystemConfiguration and MobileCoreServices frameworks. ...
0
votes
0answers
14 views
AFNetworking error 401 with Core Data - Parse Sync tutorial
I am going through a tutorial 'How To Synchronize Core Data with a Web Service' at
http://www.raywenderlich.com/15916/how-to-synchronize-core-data-with-a-web-service-part-1
...
0
votes
1answer
24 views
MPMoviePlayerController black screen when app enter foreground from background
I'm using an MPMoviePlayerController for playing video in my iPhone app.
When MPMoviePlayerController is playing, press home button on iPhone, make the app enter background.
Then tap the app's icon ...
0
votes
1answer
9 views
Some iOS specific tag attributes are not rendered
I want to add some iOS specific tag attributes to my login-form. If I have a look on my web page source, the attributes autocorrect, autocapitalize and spellcheck aren't there. What is the reason for ...
0
votes
3answers
54 views
Adding NSArray items to UITableViewCell content view
In my app i am adding 3 UILabel to each Table view cell in the following way.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
static ...
0
votes
5answers
61 views
Check if current date is between two given dates
I want to check if current date is between two given dates. I do the following
NSDate *now = [NSDate new];
NSLog(@"Now is %@",now);
NSCalendar *myCalendar = [[NSCalendar alloc] ...
-1
votes
2answers
28 views
sqlite3_exec() failed while sqlite3_open() returns SQLITE_OK~~
In my project I build four databases in a viewcontroller . The sqlite3_exec() returning number didn't equal with SQLITE_OK while sqlite3_open() returns SQLITE_OK~~
I've been searching for this for ...






