0
votes
0answers
20 views

UIProgressview Delegate updating not showing the progress bar value updation

I have a UIProgressView object in reflection view of iCarousel class When i m trying to update the ProgressView its not updating For updating of progress view i m using delegate method When the ...
0
votes
0answers
35 views

How to use a single web page view to install configure an app?

My app needs configuration after the user installs it, which can be done using custom URL scheme. I can use the method described here: Launching app OR app store from Safari? but it means the user ...
0
votes
0answers
27 views

facebook sdk from ios 6 to back ios 5

first i developed my project in ios 6 using facebook sdk 3.5.2 but because of some reason now I not have upgraded MAC & ios, now i have to work on ios5. thats why I moved my project to ios5. for ...
0
votes
0answers
18 views

Using GCDAsyncSocket in iOS

i am a total newbie to iOS and was implementing SocketConnection using GCDAsycnSocket. using this project from Github here. But I'm using storyboards, so I'm not quite sure where to add the ...
0
votes
2answers
42 views

Custom Font not working in iOS 5

I have added Avenir-Next-LT-Pro-Demi-Condensed_5186.ttf font in my resources. Also added the same to Fonts provided by application in my info.plist. In my code I have set the font like this, ...
0
votes
1answer
37 views

instantiateviewcontrollerwithidentifier leak

I am frustrated with this code... UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"MainStoryboard" bundle:[NSBundle mainBundle]]; DoctorRecordController *object=[storyboard ...
1
vote
1answer
47 views

Dynamic size of UIScrollView with UINavigationBar

I was wondering if there is simple or neat way to achieve UIScrollView with different size and origin of frame depending on page number? I want to show navigation bar on first page, but hide it on ...
4
votes
2answers
152 views
+50

Importing, Displaying and Caching of large data

I'm trying to get data from some where and save it in a NSMutableArray of custom objects that contain that data and info. Every time the user opens the app the same data is loaded from source and ...
0
votes
1answer
68 views

Read Call History from iPhone on iOS 5 and above

I am developing an application and need to read the users call history from iPhone.I have go though all the forums and google it and found that we can get the records from teh callHistory sqlite ...
0
votes
0answers
38 views

Unable to maintain session in AFNetworking client IOS 5 / 6

Hi I am using AFNetworking in my IOS app and I am unable to maintain session. I am using an AFNetworking client and using it in all requests to the server. I have gone through the following ...
0
votes
2answers
34 views

Master/Detail Project With Preceding View

I need to create a split view application that starts with basic view that I customize manually. Then I need to transition to the SplitView or push the master/detail table views onto the stack for the ...
0
votes
1answer
40 views

Get proper format of the text file in HTML form

I am using the following code to convert text to pdf form: NSString *filePath = [[NSBundle mainBundle] pathForResource:@"All_lang_unicode" ofType:@"txt"]; NSString *str; NSData *myData = [NSData ...
0
votes
0answers
10 views

Highlight certain days in monthcalendar in iphone

I need to mark date from the date where the event is started to the the date where the event is ended. I need to mark from start date to end date with some shadow on my calendar.How can I do this.
1
vote
1answer
48 views

Drag menu from bottom of the UIView

I am working on iOS app, I need to implement the following functionality, User should drag the menu from bottom by swipe up and also it can close the menu by swipe down, Is there any api or any ...
0
votes
2answers
84 views

Application crashing after 10 second or executing “renderInContext” 12 or more times

I am using the following code to convert HTML to PDF. UIGraphicsBeginPDFContextToFile(self.filePath, CGRectZero, nil); //creating PDF int i = 0; for (; i < pages; i++) { if ...
-1
votes
0answers
26 views

iOS 5 Nav Based App and Landscape

I'm almost ready to submit my new app, but there is one left problem : I have a nav based app, in this app i want only want one controller to be in landscape. --> CustomNavController --> ...
0
votes
1answer
61 views

How to get PDF from HTML Page (UIWebView)

i want to know how to get the PDF from HTML page. Im using the Method UIGraphicsBeginPDFContextToFile(self.filePath, CGRectZero, nil); //creating PDF int i = 0; for (; i < pages; i++) ...
0
votes
1answer
83 views

To Search Universal Tweets Via Twitter API v1.1

Hi this might eventually turn out to be a stupid question but i'd rather ask!! Its regarding GET search/tweets Twitter API v1.1. As documented by Twitter this particular API is designed to accept ...
0
votes
2answers
69 views

Get Print preview and save it in PDF file

I want to generate a print preview of a web page and save it to an PDF file. i tried stringByEvaluatingJavaScriptFromString:@"document.body.scrollHeight"; and ...
0
votes
0answers
30 views

change image of cancel button of ZBarReaderController

I have implemented ZBarSDK in my app. Its working fine. But one issue is that I want to add the image to cancel button of uibarbutton item. In One of the class of ZBar Sdk is ZBarController and ...
0
votes
1answer
91 views

Why does delegate return null? [closed]

I am using Xcode 4.2 iOS SDK 5.0 I am trying to use a protocol that my controller can use to retrieve an NSDate. Why does delegate return null? What is wrong? @protocol HNVyberDatumuDelegate; ...
2
votes
0answers
80 views

Facebook SDK 3.5 is not working on ios 5.1

I have implemented facebook in my application. It is working on ios 6 but when it os run on ios5 it is giving error as " The operation coudn't be completed (com.facebook.sdk error 2)" Following is my ...
1
vote
1answer
62 views

Implement Menubar at bottom like Tabbar using addChildViewController in iOS 5

i am working with the application which have Custom menu at bottom of the screen (Like Tabbar).Custom Menu will be display in all UIViewController. Ex : i have 6 menu button at bottom. When i click ...
0
votes
1answer
48 views

Encryption using public key

My code: SecKeyRef oPublicKey = [self getPublicKeyRef]; SecKeyRef oPrivateKey = [self getPrivateKeyRef]; CFDictionaryRef myDictionary; CFTypeRef keys[2]; CFTypeRef values[2]; // Initialize ...
3
votes
1answer
47 views

UIpageviwcontroller load only single view in landscape mode when first time load view

i need help in UIpageviewcontroller for universal application. i add this functionality in my app it works fine but when i load UIpageviewcontroller first time in Landscape mode it shows only single ...
0
votes
1answer
49 views

Moving UIView plane in 2D along with accelerometer and gyro data

Question in one line is i want to apply effect like deepEnd jailbreak app. Details: I have a UIImageView for the background. Above that i have added Gold coin image. What i need to do is when user ...
-4
votes
0answers
36 views

How to create a Hi5 graphics application in ios [closed]

How can I develop high graphics application like NFS, Angry birds using ios simulator. Suggest me the ideas.
-1
votes
1answer
34 views

How to make an inbuild speech function in ios application ??

I'm trying out to change my text to speech. I have used NSSpeechsynthesizer, but its not working properly in all types of english. I'm very new to iOS. Please suggest me the best one. Suggest me the ...
2
votes
3answers
48 views

Converstion of seconds in minutes

i have to change seconds into minutes, hours. I am already using this code: int minutes = floor(seconds/60); int sec = trunc(seconds - minutes * 60); int hours1 = floor(seconds / (60 * 60)); ...
0
votes
1answer
24 views

Compiling for iPhone simulator from command line, to tools are found

I am compiling an open source project (pjsip) from command line. When I do it for the device everything works fine and all the needed tools, compilers etc are found in: ...
-2
votes
2answers
26 views

how to call url as the app is downloaded or started downloading from appstore in ios [closed]

Hi everyone i am new to iPhone development and i am trying to call a url from my app which is in appstore. As the app starts downloading in device from app store it should call my url. Can we write ...
0
votes
2answers
61 views

Core plot create dynamic Y axis and display graph very clear

How can i create dynamic y axis by only passing yMin and yMax graph plot automatically and display very clear. For Example my Data is for Y axis 99.7, 99.3, 99.2, 99.0 ,100 . so i want to y axis min ...
0
votes
1answer
111 views

Handling a tableview with static cells and another searchResultsTableView

Originally, I have a main table view controller with a tableview of static cells laid out using Storyboards. Subsequently, I added a SearchDisplayController to this UITableViewController. In my ...
-2
votes
1answer
32 views

Add button “More” to show another button on UITabbarcontroller

I want to show more 2 "button" when touch in a tab on "UITabbarController", how can I do that. I use UIActionSheet but when I call [choiceSheet showInView:[self.view window]]; [choiceSheet ...
0
votes
1answer
43 views

Present UIPopoverviewcontroller

I am working on a app, which uses UIPopoverController, I am getting a problem in presenting that popover, I have a UIView which is added on self.view, and a tableview added on that view, that table ...
0
votes
2answers
39 views

using id instead of custom class in for loop

I'm developing an app for iOS > 5.0 and using Xcode 4.6.2 & I've a UIView that contains a bunch of UIKit elements. To give an example, i have a custom class called RadioButton whose base class ...
0
votes
1answer
22 views

Video Streaming from iPhone to a Web application through a server

I want to stream the Video/Audio recorded by the iphone to the server and view the same video from a webapplication in real time. Can anybody tell me how this can be achieved if its possible Thanks ...
0
votes
1answer
32 views

How to make scroll view image gallery in landscap and portrait mode

I am developing iPhone application which is support iOS 5.0 & iOS 6.0. My all ViewControllers in Portrait mode. But there is one ViewController which has image gallery. This image gallery has ...
0
votes
2answers
42 views

NSArray Values are Display after touche in screen in Tableview

- (void)viewDidLoad { detailView = [[UITableView alloc] initWithFrame:CGRectMake(0, 0, 330, 380) style:UITableViewStylePlain]; detailView.rowHeight = 55.0f; detailView.dataSource =self; ...
0
votes
1answer
49 views

iOS top banner notification content customization

concerning iOS5 LocalNotifications: 1: What is the maximim visible length of the message shown in the banner ? Is it possible to make the text size smaller so I can fit longer text ? Is it ...
0
votes
0answers
39 views

How to set EKEvent in calendar, which will repeat yearly for a particular day

i am created the EKEvent and set start date and end date , end date is 20 years from current date, there is no problem in this , but the created event is shown for current year only not for further ...
0
votes
0answers
30 views

How to authenticate Project Server 2013 [Office 365] URL (https://sitename/servername/sites/pwa) using iOS

I am creating an iOS app and want authenticate my Project Online URL using iOS. Currently I am using ASIHttpRequest to authenticate Project Server 2013 On-Premise URL but it is not authenticating the ...
-1
votes
2answers
39 views

How can i add an event to calendar from my app

I want to add an event to calendar from my app , for example in Iphone contact application user sets birthday , it will automatically added an event to calendar . i want to do this from my app ..
1
vote
5answers
120 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
4answers
72 views

iOS 5 UIButton title showing with ellipsis

I have a problem regarding the UIButton title in iOS5. They are clipped and show like in this photo. I don't want them to be clipped, i want to show the full title. In iOS6, they work perfectly. ...
0
votes
3answers
80 views

NSInvalidArgumentException while adding NSDictionary to NSArray

I have declared NSDictionary *dict; globally and trying to add this dictionary into array but got a error Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* ...
-1
votes
2answers
30 views

Change buttons' font in inputAccessorView [closed]

I can't find a way to change the font for the buttons in the inputAccessoryView. Can somebody help me with this?
0
votes
0answers
39 views

Autoresizing subviews in iOS 5

I am making an application whose deployment target is iOS 5 and I have an autoresizing issue. Since auto layout is not available for iOS 5 I can't seem to keep a constant space between subviews when ...
0
votes
0answers
47 views

UISlider in UITableViewCell won't work in iOS 5.1

I have strange issue with UISlider it works perfect in iOS 6.0 but in iOS 5.1 it doesn't work. I have used storyboard for the UIViewController and UITableView has 4 kinds of cells. Everything works ...
0
votes
1answer
56 views

Pass Data to Subview

How can I pass data to a subview? SubviewViewController.h: @property (weak, nonatomic) IBOutlet UILabel *lblName; TableViewController.m: - (void)tableView:(UITableView *)tableView ...

1 2 3 4 5 88