-2
votes
2answers
23 views

Adding New Version of App

I am in a dilemma about adding a new app/adding a new version. Basically the scenario is that I have uploaded an app already onto the App Store(free), which is live. Now I want to deploy a Paid ...
0
votes
1answer
35 views

Creating A database with 2 tables ios

Hello i am developing a database dbmain with 2 tables my code NSString *docsDir; NSArray *dirPaths; dirPaths=NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); // ...
0
votes
0answers
20 views

IOS Application doesnt run when using profiling tool on device, runs without profiling tool

i am experiencing a strange situation with my ios application. I am using heavily "MGBox2" for my application and tons of other "Pods" for other modules.. My application runs quite fine on device ...
0
votes
1answer
18 views

Programmatic custom cell memory leak issue

I have recently switched to "Programming Without XIB's" and facing an issue with Custom TableView cells. Previously when using XIB, I used the following code which worked perfectly, NSString ...
0
votes
1answer
15 views

Not able to control-drag from a Table View to a detail view in a storyboard

I'm trying to learn how to use storyboards but am having a problem with control-dragging from my Table View to the detail view; it basically, doens't auto-connect like I have something configure ...
0
votes
0answers
12 views

How to Use Cookie in WebSocketConnectConfig

I am using UnittWebsocketClient and ASIHTTPRequest to login. After logging in successfully I pass same cookie to WebSocketConnectConfig which I get from each new logged in session and able to connect ...
0
votes
1answer
37 views

Framework not found AssetsLibrary in xcode 4.5

I am using Xcode 4.5 for developing iPhone application.I need to add 'AssetsLibrary.framework' into my project.But I can't see the framework in 'build phases' of my target.Please go through the ...
1
vote
3answers
26 views

Error: catch parameter is not a pointer to an interface type iOS

I'm trying to use Exception handling in my Xcode project. - (void)viewDidLoad { [super viewDidLoad]; authenticate = [[UseDb alloc]init]; @try{ [authenticate createDatabase]; } ...
-2
votes
1answer
73 views

How to detect the pressed button and display it on Another View? Objective-C

I am new to iOS app development. I want to create a Calculator App in iOS that has split view. The left side is the "History" Feature in Scroll View and the right side is the calculator itself. Now, ...
0
votes
0answers
20 views

How to Sort UIDocuments with respect to date inside it?

I have to tried to sort using date only after getting the documents after the query returns documents. Is it Possible to Sort UIDocuments with respect to date (User data) inside it when i make a ...
2
votes
0answers
39 views

Enabling ARC on Phonegap iOS project

I created a template project using the create in phonegap-2.7.0. This project would be non-ARC enabled and I wanted to convert it to ARC. I went to Edit -> Refractor -> Convert to Objective-C ...
2
votes
1answer
81 views

Why I am Not Getting Values when Executing, while debugging it's working fine

In Debugging mode of Xcode getting response with correct format as below I am getting 60 values as I parsed But while removing breakpoints I am not getting same things, which are in ...
0
votes
1answer
24 views

Multiple Library and include files Error after the Update of Xcode

I uninstall my old version of xcode then I installed the new version xcode 4.6. On the old Xcode version 4.5 my project compiled well and normally. But after the update, I get errors in my libraries: ...
0
votes
1answer
70 views

Obtaining origin of Text from UITextView

-Goal: Get the Origin of a particular section of Text in a UITextView Below is a link to a Screenshot of an app I am working on. Please view it as it is easier to explain with it. Image Link: ...
0
votes
1answer
31 views

I have an issue with Admob, Autolayout and adding constraints.

I have successfully added admob into my project as a secondary source of advertising. I then wanted the admob banner to always remain at the bottom of the screen (regardless of the iphone used)- ...
-2
votes
0answers
40 views

How to rotate UIImageview by two finger without using UIGestureRecognizer [closed]

I wants to rotate UIImageview on angular motion of my two fingers ,please help me how to do it. I dont's wants to use any UIGestureRecognizer .
0
votes
1answer
41 views

Tracing NSzombie and nsexception with arc and xcode 4.5

In my application i have a slide btn to switch between the two view which have a parent view .. Hierarchy is like this Detail(Parent) -A(Subview of detail) -B(Subview of detail) Detail is main view ...
1
vote
1answer
86 views

sqlite3_step(statement) == SQLITE_DONE is always false

I am trying to Sign up a user in my application.I have a view controller with 3 textfields (username, password and confirmpassword) and a submit button. The following method is called when submit ...
1
vote
3answers
76 views

How to Add UIImageView with UILabel in navigation bar of iphone?

I have some navigation bar in my UI of iphone app. Now i want to add two images on the navigation bar on center of the navigation bar.. I have successfully added the two UIImageView on the ...
0
votes
2answers
40 views

Is it compulsary to validate your archive through itunes connect? [closed]

It was my frist app and i submitted my app without validating to app store will it create some problem or can validate it again and resubmit it?
0
votes
0answers
78 views

can anyone help me where I am getting wrong for using Daily tip in iOS

Can anyone help me were I am going wrong in my iPhone Application code. I am developing an app that have some 1000's of tips in the Sqlite file and what I need to do is every time when the user opens ...
0
votes
1answer
49 views

potential leak of an object in cellForRowAtIndexPath

I am getting the above violation for the code below: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString ...
0
votes
1answer
21 views

How to connect content to different pages in Xcode 4.5. iOS 6

Its my first time using a multiview app, and im trying to make the information from view one stay copied over to page 2. There are 3 numbers that i need to copy from page one over to page 2, say X, Y, ...
0
votes
2answers
35 views

IOS Help Modifying Code Snippet [closed]

I am using a view controller that consists of a horizontal scroll view and page controller to display a number of images in a carrousel fashion. The controller is passed an array of images and ...
0
votes
0answers
34 views

unable to extract .tar.bz2 file in Mac [closed]

I have downloaded analysis and bug reporting tool Clang for coverage reports. The file that got downloaded was checker-275.tar.bz2. When I double clicked on it, I received another zipped file ...
0
votes
1answer
56 views

How to create thumbnail gallery of images in IOS wich will take images from internet with proper background thread & catche

I am making an application which contains gallery module which have many thumbnail images & scroll it. my point is how to manage application so that it take all images from internet without ...
2
votes
3answers
86 views

Sort UITableView by text width iOS

I'm trying to populate a UITableView with an array in a particular order. So far I can change the order in these ways alphabetically character count I can run loops to reverse the strings in the ...
0
votes
3answers
60 views

Remember me functionality using UISwitch and NSUserDefaults ios

I have a view controller which has text fields for username and password. Then below them I've a switch. If the switch is set to ON, then the login details of the user should be auto filled, when the ...
0
votes
0answers
29 views

interface orientation hides icons iOS

In my view controller, I have 2 textfields and two buttons under them. All of them show fine when I run the application in Portrait mode. However, when I change to Landscape, the buttons hide. I have ...
0
votes
0answers
53 views

Xcode 4.5: How to know which orientation you are currently in by looking at the Simulator?

I am currently using Xcode 4.5, and I wanted to know how can we determine which orientation we are currently in by looking at the simulator? Previously, there was a home button in the simulator ...
0
votes
0answers
46 views

calling method from test case not working in OCUnit

I am testing this method: -(IBAction)addTask{ if(!([mPriority.text isEqualToString:@"1"] ||[mPriority.text isEqualToString:@"2"] ||[mPriority.text isEqualToString:@"3"] ||[mPriority.text ...
0
votes
1answer
58 views

OCUnit test cases not running

If I create a new project which includes unit tests, the test cases get called. But when I'm adding tests to an existing project I'm getting the following in the log: 2013-05-21 19:41:08.814 ...
0
votes
1answer
25 views

Two Image Views Get added to the scrollView which I add using objects library?

In my application I am using the ScrollView to show the list of data(by adding each view for each entry in the list), when an new entry is added to the data list I add a new view as subView to the ...
1
vote
1answer
29 views

My project doesn't work for simulator iPhone 6.1

Symptom It works if I try to run it with iPhone 5.1 If I run with simulator 6.1 the project start and then "finish". That's it. No error message. Nothing. I put breakpoint at - ...
0
votes
0answers
37 views

SenTestCase linker error iOS

I'm trying to write test cases for my iOS app. However, there seems to be some problem regarding SenTesting framework. I'm getting the following error: Undefined symbols for architecture i386: ...
0
votes
0answers
34 views

How to code different selection backgrounds for each icon for IOS

I'm currently designing an APP for the iphone and am searching for a way to create different selection images for each icon. I've found how to just create a single selection image for the entire ...
0
votes
1answer
113 views

Apple Mach-O Linker Error (linker command failed with exit code 1) Xcode [closed]

My code: Ld "/Users/cj/Library/Developer/Xcode/DerivedData/Cooper's_Store-bkvnkslmsusefjbpdvwhihafqded/Build/Products/Debug-iphonesimulator/Cooper's Store.app/Cooper's Store" normal i386 cd ...
1
vote
1answer
59 views

Frequently asihttprequest runrequests crash

thread #7: tid = 0x2403, 0x351b9010 libsystem_kernel.dylibmach_msg_trap + 20 frame #0: 0x351b9010 libsystem_kernel.dylibmach_msg_trap + 20 frame #1: 0x351b920c libsystem_kernel.dylibmach_msg + 56 ...
-4
votes
1answer
35 views

How do we implement a pull over menu in xcode like in email reply [closed]

I have searched a lot to find a way to implement the most used pull over menu when I press a button in xcode for iPhone. Something like what you see when you hit the reply button in email app. You see ...
0
votes
0answers
52 views

UIAlertView with TableView inside not working in iPad

In my project I have to web response in a list format, user would select a particular response and again modified data would be sent to Server. For this purpose I am using a UIAlertView with ...
0
votes
2answers
51 views

Release allocated objects(Method retains objective-c object with +1 retain count)

When I anylayze my project I get a lot of Potential leaks of objects.When I try to release that object I get error 'someobject send to deallocated instance' I couldnot understand where to release ...
0
votes
0answers
15 views

Message which comes in facebook SDK as “Shared Via APP” using either Social Share Framework or UIActivityViewController -iOS6

Is it Possible to display a Message which comes in facebook SDK as "Shared Via APP" using either Social Share Framework or UIActivityViewController in iOS6
0
votes
1answer
74 views

pattern lock in iOS

I need to make a pattern lock for my application. The example I am following is from here: http://blog.grio.com/2011/11/android-pattern-lock-on-iphone.html However it is a full screen lock. I need ...
0
votes
1answer
49 views

Facebook iOS SDK FRAMEWORK_SEARCH_PATH

I am using Facebook iOS SDK 3.5 in my ipad App. I added framework, setup everything and everything is working fine. But when I copied my project source code to some other place other than where it is ...
0
votes
2answers
71 views

Enable Edit Mode in ViewController

I'm new on iOS development, i m trying to show a user profile inside a view, and in the same time i want to give a user a possibility to edit his profile by tapping an "Edit" button on the ...
0
votes
1answer
48 views

parsing issue: need image in media:content to display in table view

I have a view controller with a table view on top of it. I need to parse news title and corresponding image from news.yahoo.com/rss/. As of now, I'm able to parse the news title, but I can't get the ...
0
votes
1answer
30 views

When I use Post Notification then cancel button of Social framework don't hide Controller but hides alert

I am using social framework for sharing purposes.In IBAction of share Button I post a notification.But when i press cancel button of alert of Settings of particular social networking site then alert ...
0
votes
0answers
59 views

issue regarding UIDatePicker ios

I have a view controller where I have some text fields. Two of those text fields need to hold dates, for which I'm using datepicker. Here's the code: - (void)viewDidLoad { [super viewDidLoad]; ...
1
vote
2answers
56 views

Why does my new app override the old version on my dev device, and how can I make them separate?

I have opened a can of worms by using an old pre-built project as the foundation for a new one. When I open the old project in the simulator or on a device, it uses images and settings from the new ...
0
votes
2answers
267 views

expandable list view in iOS

I need to create expandable list view in my iOS app, ie. if you tap on a cell, it should expand to give more cells. I'm following the example given on this link: Toggle showing/hiding child table ...

1 2 3 4 5 10