0
votes
0answers
4 views
Using GCD in performSelectorInBackground: , How this action get an exception?
When I call "performSelectorInBackground" to process some action asynchronously.
My code struct is like:
[self performSelectorInBackground:@selector(AddTheAdditionalDataSourceToTableView) ...
-3
votes
2answers
36 views
Tableview delegate and datasource methods doesn't fire up
My problem,
I can navigate to other view controller but my table view on destination side doesn't get filled with data. My data is filled when I debug, so i've got an array named DagprogrammaDetail ...
3
votes
2answers
18 views
iOS: Find out if an image is used in some xib
I want to find out which images in the project are actually used. When I try to find names of images that were set programaticly, I can see them in the relevant classes when searching. This is not the ...
0
votes
0answers
9 views
Sending keydown to UIWebView
I'm trying to simulate a keydown event to a UIWebView. A simulation is running in the WebView and I want to be able to click a UIButton to send keydown events. (Well, I wish iOS would let me send them ...
0
votes
1answer
10 views
UICollectionViewCell and UIScrollView
I encountered a weird behavior of UIScrollView when inside a UICollectionViewCell. In my project I have a collectionView and each cell has a UIScrollView that contains 1 or more images. Here's some ...
-2
votes
2answers
21 views
adjustsFontSizeToFitWidth is not working in ios 5 if the label is displayed in 2 lines
I'm using adjustsFontSizeToFitWidth to shrink the label's size.
But things were fine until I tested it in a device with ios 5. :P
self.mainTitleLabel.numberOfLines=2;
...
-5
votes
4answers
33 views
how to get substring in ios
Below is the string I have
NSString *myString = @"file_1_23.pdf";
^ ^^
What I want to extract is 1 & 23.
Any idea how to get this?
Other possible of string can be
...
0
votes
2answers
36 views
Copy One Array To another when genrate the Randomly images from First Array
I am developing one app in that app getting images from NSMutableArray. genrate the random images and load it to the imageview in ios. i want to save that array after loading as it is into Another ...
0
votes
1answer
57 views
cellForRowAtIndexPath doesn't work
On my xcode project I have a view with a tableview. I also have a "special" string that contains the objects to populate the array that populates the tableview.
Example:
NSString ...
1
vote
1answer
27 views
Signaling options change in iOS
In my first "real" iOS application, I want to push an options view and signal the main controller if any options are changed. The main controller creates an options object and passes it to the option ...
0
votes
2answers
38 views
How to create scrollable UITabBarController in iPhone?
I want to show 10 views on UITabBar with scrolling functionality. For this I am using UITabBar on a UIScrollView. But I am not able to show different different views after click on a item of UITabBar. ...
1
vote
3answers
32 views
How can i add a stylish white color uialertview with activity indicator
when i press one button i have to display one white color uialertview with activity indicator for 5 seconds ?
i saw some codes and i select the following code ,is that enough? how can i change the ...
0
votes
2answers
26 views
How hide UIView element when Table View scroll (Like in Facebook app)
How I can achieve this effect?
[EDIT]
element with |Status Zdjecia Zamelduj siÄ™| on top is hiding when Table View is scrolling
1
vote
3answers
45 views
Need help on my tiny objective-c class design. How can I access my instance var?
I am playing around with a tiny app that should store notes. The UI uses the master/detail view template.
My MasterView holds an instance of NoteController which in turn holds all notes stored in an ...
1
vote
5answers
73 views
Understanding what happens and why you need a delegate and source for table views
I have been practicing with table views and I know how to create them but I would like to have a better understanding about delegate and source when creating table views.
Can someone explain the need ...
0
votes
0answers
21 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.
- ...
-4
votes
4answers
69 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
1answer
25 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 ...
-1
votes
4answers
75 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"
},
...
0
votes
1answer
33 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.
...
0
votes
2answers
19 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 {
...
0
votes
1answer
27 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 ...
0
votes
1answer
19 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 ...
6
votes
1answer
67 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
17 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
28 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 ...
0
votes
0answers
13 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
24 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
0answers
18 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
32 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
28 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
13 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
23 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 ...
-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 ...
2
votes
2answers
29 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
1answer
21 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
5answers
60 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] ...
0
votes
1answer
20 views
Undefined symbols for architecture armv7 pjmedia pjsip
I just add library and framework of PJSIP to my XCODE project such as Simulator, Device and Third Party but when I build my project it show error:
Undefined symbols for architecture armv7:
...
0
votes
0answers
16 views
Storing a small number of images with potential for IAP
I'm making an app. Part of the app is to choose from 5 preset images.
These will be available at install and so need to be bundled with the app.
However, there is also potential to "add" more images ...
2
votes
1answer
19 views
Why does self.SwipeDirection work if the property is called swipeDirection?
I have a simple ViewController derived from UIViewController to which I have added an enum property swipeDirection. In the code I normally refer to it as self.swipeDirection but in one instance I ...
0
votes
3answers
58 views
how to make an ImageView zoomable with or without ScrollView.?
I have an UImageView in my IB and added a map image on that UImageView. I want to make that image pinch zoomable.
Here is my code:
- (void)viewDidLoad
{
[super viewDidLoad];
self.title = ...
0
votes
1answer
22 views
Generate PDF via objective-C in Cordova app
I followed this guide
http://www.ioslearner.com/convert-html-uiwebview-pdf-iphone-ipad/
to generate PDF from a UIWebView.
What I actually need to do is generate a PDF from the cordova UIWebView in my ...
0
votes
1answer
29 views
real time analytics for ios
I wan to integrate analytics in one of my project. I know Flurry analytics and Google analytics are good options, but both of these server are not tracking realtime data. It shows update after few ...
3
votes
1answer
39 views
Possible to use Apple system sounds in my iOS app?
Can you use the system sounds in your iOS app? I'm looking to have the same list that is used in the default timer app (Marimba, Alarm, Doorbell etc).
Reason i'm asking is that in Apple's own ...
-1
votes
1answer
35 views
UITabController flip
I have TabBarController in my AppDelegate :
IBOutlet TabBarViewController *tab;
This is the main controller in my app.
and in one of the viewcontroller inside the tabs i want to add a UIButton ...
0
votes
1answer
15 views
iOS Using GLKMathUnproject to find screen point in world space
How to use GLKMathUnproject to determine location in world space?
The user needs to select one of several objects in world space.
In doc it says
GLKVector3 GLKMathUnproject (
GLKVector3 window,
...
1
vote
3answers
69 views
Random EXC_BAD_ACCESS when adding subview with ARC
My app is working perfectly on the simulator but when I test the app on the device I eventually get a random EXC_BAD_ACCESS and the app crashes.
After a few days of testing I think I have found the ...
0
votes
0answers
15 views
IOS Audio units
I am trying to implement a low pass filter in core audio on IOS but when I use the code below an error is generated stating "The operation could not be completed", which is very undescriptive of the ...






