1
vote
1answer
20 views
Partial encryption using AES - IOS application
I would like to apply the encryption & decryption technique in one my downloading concept. I want to do the partial encryption using AES 256. Is it possible to do it? is it have any algorithms ...
0
votes
1answer
19 views
Download and cache entire web page on ios
I need to download an entire webPage and store it in app's documents directory and load it from the cache the next time user visits.
No matter how much I search, I always end up with ...
0
votes
0answers
16 views
iOS Equivalent of SecTransformRef?
Is there an iOS equivalent to SecTransformRef from the Mac SecTransform.h header file? I am getting a Semantic issue where there is an unknown type name 'SecTransformRef'
0
votes
1answer
22 views
How do I make my launch images for iPhone use the user's status bar?
I tried removing the status bar from my Default.png images, but under iOS 6 apps seemingly load with that blue-tinted bar, and since my app uses a black one it doesn't work.
For example, the Facebook ...
-1
votes
2answers
23 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
4answers
58 views
Open one App from another programmaticaly
We have a standard SAP BI App and we don't have the code for that and our company purchased it for our internal use and now my PM has asked me to open SAP BI App from our custom App programmatically ...
-1
votes
5answers
82 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
32 views
How to update the UITableViewDataSource when inserting new sections or deleting sections on UITableView?
I've a UITableViewDataSource which maintains sections of data items which will be presented by an UITableView instance. The table view is editable, allowing insertion and deletion of rows and ...
0
votes
0answers
18 views
Relaying appearance method calls in custom container view controller properly
I'm following Apple's guide to build my own custom container view controller. It seems to work just fine out of the box, except for one irritating problem.
How exactly do I specify at which time my ...
0
votes
1answer
29 views
Play Audio Player when location speed decreases
How to play audioplayer when location speed greater than 20,count time start for five second and when suddenly location
speed (speed decrease from 20 t0 0)equal to zero it play audio player.I try this ...
0
votes
2answers
37 views
NSPredicate that filters out subclass results
I have two classes, Company and MyCompany. MyCompany is a subclass of Company, and Company is a subclass of NSManagedObject. I am trying to write a predicate for an NSFetchRequest that will return ...
0
votes
0answers
21 views
With YRDropdownView, when I present it after a refresh it gets caught at the top of the screen, and can't be seen
I'm using YRDropdownView to present notifications in my app, in this case when they try to manually trigger a data refresh it will notify them that there's no internet (if there isn't).
This refresh ...
2
votes
1answer
51 views
How to monitor data usage on iOS from an app?
There are a few similar questions on SO, but none directly answer this question: how can an app programmatically monitor the data usage of other apps?
For instance, at the end of the month, we would ...
1
vote
0answers
18 views
AVCaptureSession preview screen orientation in iOS5
I asked this question a while back. I accepted the answer because it worked... until I tried it out on iOS5.
My app is landscape only. Opening the camera preview and holding the device with the home ...
-1
votes
1answer
15 views
AVCaptureVideoPreviewLayer connection crash on iOS5 only [closed]
I'm using some code from Apple's "SquareCam" source code. It runs fine on iOS6, but on iOS5 I get a crash:
AVCaptureSession *session = [AVCaptureSession new];
[session ...
0
votes
0answers
8 views
Why is the crop rectangle for existing pictures not square, but newly taken pictures yes?
I have this situation where I want all my images to be upload in a square aspect ratio. When the user is presented the option to add a picture, he can either take it live, or select one from the photo ...
0
votes
3answers
73 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: '* ...
0
votes
0answers
34 views
App level VPN connection - Enable in device through coding
I want to connect the VPN server through my app without configure the VPN in device level.
It looks like app level VPN connection. It is not a exact vpn client but before open my app, I have to check ...
1
vote
0answers
27 views
+150
Weak Linked Framework Causing “File Not Found” Error
I am building an app that uses the Social.h and Accounts.h frameworks.
I have both Frameworks set as optional.
I have my Base SDK set as 6.0
I have iOS Deployment Target set as 5.0
When I build ...
0
votes
0answers
59 views
UIScrollView acting differently on iOS 5 and 6
I have a simple uitableview controller to start my application. I set it up so that there is a segue between this and the next controller. This next controller is a uiviewcontroller containing a ...
-1
votes
2answers
26 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
2answers
49 views
Update tableView when images loaded asynchronously
I get images asynchronously with parse, and i insert them into an array with some other stuff.
I return this array to fill a tableView, and the rows has an UIImageView, but some images that i get ...
0
votes
0answers
32 views
Error when running app in iOS5 for facebook
I am using DeFacebookComposeViewController to share pictures in facebook. It is running fine in iOS6. But have issue running in iOS5.
I put a breakpoint in this function:
- ...
0
votes
0answers
22 views
iPad (iOS 5.x) - Second rootViewController has the same orientation as the first
In an iOS app for iPads I need the first viewController, set as root, to be stuck in Portrait and the rest of the viewControllers, which will also be set as roots, to have support for all ...
0
votes
0answers
41 views
Cocos2d side scrolling game best way to implement it?
I was wondering if its better to add sprite by sprite(spritesheets) for the each level of the game? or is it better to add segment by segment for the levels in the game?
The thing is that i want to ...
0
votes
0answers
44 views
How to get images from photo library without using ALAssetsLibrary?
I want to implement a custom image picker with multiple images selection feature, just like an extension of the standard UIImagepickerController. I know I can use ALAssetsLibrary to enumerate the ...
0
votes
2answers
28 views
Listview to uiwebview?
I can create a list of 5 websites in a listview but how do I get it to do this..
On clicking one of the items in the list it should then take me to a uiwebview to display the URL within the app with ...
0
votes
1answer
49 views
iOS kitchensink or similar? [closed]
I've been looking for some time for an example app that displays the following functionality on separate views:
UITabBar
login form (doesn't need to go via http)
photo picker from library
...
0
votes
0answers
40 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
26 views
Charts not getting plotted on iOS 5
I am using Core Plot to draw charts in my iOS application. The charts were getting plotted nicely till I was using core plot version 1.0. I just upgraded my core plot to version 1.2 and tested it on ...
0
votes
1answer
50 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 ...
2
votes
2answers
61 views
Move from UITableView to a UIView on Table Cell press
I'm trying to move from a UITableView to a UIView from clicking a table cell.
I'm using a Manual Segue which is hooked up to the UITableView's View Controller and then hooked to the UIView's View ...
-1
votes
0answers
19 views
IOS Libela (freebox) implementation [closed]
I want to create an app that uses libela api described in Freebox SDKs, it's like a remote controle
Freebox sdks
Other link of freebox descp
existing apps:
Player Skipper by Fichtre Mobile
...
0
votes
2answers
33 views
How to find path o image so I can reload later again same image?
How to get path on device of captured image ?
I am showing image and below I have switch when is off I show default image from project, when is on I want to show image which user captured.
In capture ...
0
votes
1answer
52 views
UINavigationController subclass not calling willShowViewController when expected
I have implemented an application with a slide in styled menu using ECSlidingViewController
At present I have the following setup:
An initial View Controller subclass of ECSlidingViewController. This ...
0
votes
0answers
11 views
iOS App Documentation and class diagram generation tools [duplicate]
I inherited an iOS 5 app which has no documentation.
Could someone suggest any tool/s that automatically generate class diagram/s and documentation for this app?
Im willing to pay for something ...
0
votes
1answer
35 views
TableView as subview of UIView not appearing when app lunches in landscape mode
I am developing an application in which i created tableview as subview with two rows which contains label and textfield to take username and password from user.
I took help from this site to create ...
1
vote
1answer
45 views
Twitter search for hashtag
I'm trying to parse tweets using Twitter Framework, so I write the following code and it's working fine, but it's not Synchronous.
Now I'm trying to get all the tweets from #iOS.
I have used the ...
0
votes
0answers
19 views
Subclassing UINavigationBar on multiple controllers [duplicate]
I have multiple controllers which use the same navigation bar.
The view controllers do not exist on a navigation controller stack, but the bar is there as a Slide View menu is being used. I.e. the ...
0
votes
3answers
46 views
Get StoryBoard from ViewController identifier
I'm working with 3 storyBoards and in a section of code I get the identifier of a ViewController but can't call instantiateViewControllerWithIdentifier because I dont know which storyBoard belongs to ...
0
votes
1answer
38 views
Can we show more than one view with navigation bar having different controller as subview to another view?
Currently i am working on project in which i need to show multiple table view as a sub view to view (say view A). I have UIViewController as controller for view A. I created 3 more tableView (say view ...
0
votes
1answer
45 views
Download entire website
I want to be able to download the entire contents of a website and use the data in my app. I've used NSURLConnection to download files in the past, but I don't believe it is capable of downloading ...
0
votes
2answers
35 views
Setting up a delegate to determine a login sequence has completed
I am trying to follow this question to setup a delegate for a login sequence:- How do I set up a simple delegate to communicate between two view controllers?
In my application I have a Main View ...
-4
votes
0answers
27 views
Use AVFoundation library [closed]
Can I use AVFoundation library to stop video on particular time, and save the captured video as image for later use? If yes where can I see some examples?
0
votes
2answers
29 views
Select the newly added dynamic row in UITableView
I am working with a MasterDetail View using SplitViewController in iPad, My Master View has a tableView where I add rows dynamically. So the newly added row sits at zero postion. So what I want to ...
0
votes
2answers
58 views
pushViewController not working in iOS 5 but working fine in iOS6
I have a navigation controller that pushes a new viewcontroller. It is working fine in iOS6, but not working fine in iOS5. Btw, I am running on iPhone Simulator.
My code looks like this:
...
0
votes
7answers
65 views
How to set RGB color from database
I'm new in iphone development.i want to set uilabel's background color from the database..i already stored RGB color into the database.but i'm not getting the background color.
const char *dbpath = ...
0
votes
1answer
49 views
UIWebView - Read content from file and delete the file
I have downloaded some content and store it in a file. While it was writing in the file, I will encrypt the file content. Now I have to show the decrypted file content in UIWebView. So , What I have ...
1
vote
2answers
46 views
How can I make iOS use the right navigation transition?
I've got an app with a totally standard UINavigationController using the default transition that slides the new view controller in from right to left. When I hit the Back button, it slides the ...
0
votes
1answer
18 views
Get a pointer to controller on stack
I have a left view controller (sliding menu controller) in use for example called LeftMenuTableViewController.
When a user logs out a modal view controller is displayed but the tableview controller ...





