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
7 views
IOS Object field being set to nil unexpectedly
I know I must be doing something stupid, but haven't been able to figure this one out.
I have some code that is parsing an xml file. The objects are mostly NSManagedObject types.
One of them ...
0
votes
0answers
7 views
Animate UIView above all other views
I want to display/animate a UIView above the whole content of my app. The following approach works, but is not a very good idea to attach everything to the window.
[[[[UIApplication ...
-1
votes
0answers
6 views
What's the purpose of dragging the container to the black bar under the viewController?
Under every viewController in xcode there's a black bar (where the file's owner the the first responder is placed) What's the name of that bar?
Anyone, I have a container I'm using and today I've ...
-1
votes
1answer
11 views
Sorting an NSMutableArray by a key value throws exception
I am trying to sort an NSMutableArray with the following structure:
(
{
Code = "390954-150";
Size = "35";
},
{
Code = 790540MSO;
Size = "30";
}
)
I am trying to sort basing on the ...
0
votes
1answer
6 views
DLL not found when using .net dll in monotouch
I am trying to using the star micronics sdk for a bluetooth printer in my ipad application using monotouch - I read somewhere that you may be able to reference .net dlls inside of your mono touch ...
0
votes
0answers
3 views
SLComposeViewControllerResultDone when Facebook password is incorrect
I use the SLComposeViewController to post a facebook message. But the SLComposeViewController result returns SLComposeViewControllerResultDone even when the facebook password is incorrect.
Here my ...
0
votes
0answers
4 views
how to show master view of UISplitViewController with popover style?
the default style to show master view in portrait mode is to slide in the master view , but I want to show master view with pop over style, is there any way to do it ?
0
votes
0answers
2 views
Is there a way to play an AVAssetExportSession or an AVMutableComposition
I do something maybe too ambicious, as I am merging multiple videos on an iPod,
but that's not the point.
I setup a AVMutableComposition with multiple tracks (audio and video) and some effects too,
...
0
votes
1answer
12 views
How to display html lists in IOS UITextField?
I see an entry here:
How to add bullets
It shows how to add bullets into IOS UITextField.
What I need is something different. I want to save the HTML code in the database like:
<ul>
...
0
votes
1answer
15 views
Forwarding tap from child view to parent?
I have a UICollectionViewA->UICollectionViewCell->UICollectionViewB view hierarchy.
When I tap into UICollectioinViewB (that sits inside the cell, yellow colored) the tap doesn't seem to be ...
0
votes
0answers
7 views
Foreign key relationship mapping with RestKit
I'm totally new to RestKit and am struggling somewhat.
JSON:
{
"teams": [
{
"id": 1,
"name": "Team A"
},
{
"id": 2,
...
0
votes
0answers
17 views
How to get the moment of scrollViewDidEndDragging without UIScrollView delegation
I am creating general control for working with UIScrollView and its successors as simple as possible for using in any situations. Because I want to drop UIScrollView delegation from my control. I need ...
0
votes
0answers
8 views
Error Since Opening File in XCode 5
Upon downloading the XCode 5 beta, I loaded up one of the projects I am working on and it gave me errors saying it was missing some of the pngs that it requires for icons, load images etc.
I didn't ...
0
votes
1answer
21 views
iOS - UIButton title disappeared
Strangely, and suddenly, for some UIButton the title disappeard.
This is the screenshot taken from IB
And this is what I get in running:
0
votes
0answers
10 views
iOS realtime web automation
Do you have any suggestions (i.e. a C++ library) which can be used for headless browser automation INSIDE an App?
So for example I would like to have an App which shows some private news from our ...