iphone Questions

8

Solved

I want to take an image and invert the colors in iOS.
Nocuous asked 12/7, 2011 at 23:40

5

Solved

I have an app that runs in the background (location services). When the app is in the foreground it vibrates fine when I want it to, however, if its not in the foreground (in the multitasking view)...
Skilled asked 16/1, 2014 at 22:0

7

I have an UIImage and want to shift it's saturation about +10%. Are there standard methods or functions that can be used for this?
Pennant asked 17/7, 2009 at 17:48

4

After struggling a few days trying to get something to work and getting no where, I was wondering if someone has gotten iOS Receipt Validation working on Node.js. I have tried the node module iap_v...
Incidental asked 25/10, 2013 at 22:36

11

Solved

I am creating a table view in which there are 10 sections, all having a header view but no cells. So, in short, my table view will display 10 header views only; there will be no cells in any sectio...
Ronda asked 14/2, 2014 at 5:54

1

I've encountered a problem where my iPhone Simulator can't access any of the websites on SAFARI. I am also unable to call any API from my application. The error shown by SAFARI is either of the tw...
Bookrack asked 8/2, 2018 at 9:51

3

Solved

I have this: float xExponential = pow(xPingPong, 5); And is not working, claiming: ERROR: 0:53: No matching overload for call to function 'pow' Am I doin' something wrong? Developing for i...
Bandicoot asked 6/5, 2012 at 15:3

5

Solved

Apple maps can open routing apps when it can't provide a route: I want to open a few of those apps from my app. I am aware that I have to whitelist each app that I want to open. This is not the ...
Ardra asked 13/9, 2018 at 16:31

5

I read a very interesting blog about implementing some anti-piracy protection into your apps. Some of them dont work anymore, some of them do. The 2 ones that still are effective to an extent are t...
Gasper asked 12/8, 2011 at 9:28

1

I've been playing around with/debugging/disassembling binaries on the iPhone. The first obstacle is that the binaries are encrypted and dissembler can not read them. This can be overcome by dumpin...
Reactivate asked 24/10, 2011 at 4:5

4

Solved

I'm trying to show in a WkWebView an html page that I previously downloaded and stored in a String. This is how I setup my WkWebView: webView = WKWebView(frame: self.blankView.frame) webView.na...
Echevarria asked 3/5, 2016 at 20:30

3

Solved

I want to show 2 options like "hi" & "bye" when user completes selection on UIWebView. I have added observer to my view controller as follows. But I don't know further implementation. [[UIMen...

10

Solved

Is there any way to distribute ios applications through my own website, not using app store? I mean is there any way that enables end users to download the .ipa file from my website with their brow...
Tumular asked 13/7, 2015 at 12:49

4

Solved

I want to catch event when user finish change selection in UITextView. Method textViewDidChangeSelection: call a few times while user pulls cursor. I try to use touchesEnded:withEvent:, but it does...
Aquiculture asked 4/2, 2014 at 19:20

2

Getting error ‘Couldn’t install app. The profile can’t be installed. Try again.’ On new builds in TestFlight. The previous versions worked fine. After the new build upload to TestFlight, neit...
Stinkweed asked 19/6 at 20:22

3

Is it possible to download a shared app group container with XCode similar to how the sandboxed container is downloaded for a particular app? I haven't been able to find any definitive Apple docume...
Anarchism asked 24/7, 2015 at 1:25

3

How do you calculate the focusPointOfInterest (a CGPoint value between 0,0 and 1,1) for an given AVCaptureDevice? I've been following the code samples from the latest WWDC but I really don't under...
Spline asked 16/8, 2010 at 18:36

5

Is it possible to select all input text on iphone device when focus / click? Typically for a browser environment one would use: $('input').bind('click focus', function() { $(this).select(); }); T...
Dangelo asked 4/5, 2012 at 16:7

7

A UIViewController adds itself to the default center: [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(editFood) name:@"editFood" object:nil]; Then a UITableView del...

2

Solved

I've noticed that if I use MKMapView's selectAnnotation:animated:, that it will scroll my map off screen if the MKAnnotation is not displayed in the current MKCoordinateRegion that my map is displa...
Cassaundracassava asked 30/12, 2011 at 2:55

10

What is the best way to get round corners on an entire UITableView as seen in Stocks and Spotlight? The grouped style doesn't solve the problem because the round corners scroll away with the cell. ...
Salado asked 9/7, 2009 at 22:54

6

Solved

I'm not getting any location callbacks on either sim or device. I've got this code being called: - (void)startLocationCallbacks: (NSObject*) ignore { locationManager.delegate = self; locationMan...
Floozy asked 17/9, 2010 at 0:24

20

Solved

I want to get the current location, but instead I get an error. This is a snippet of my view controller. - (void)viewDidLoad { self.locationManager = [[CLLocationManager alloc] init]; [location...
Starstarboard asked 17/5, 2011 at 15:10

10

Solved

I want to check device id for my iPhone simulator application. But not using codebase. I know the way how to do with codebase, using UIDevice instance. Is there any way to find device id without u...
Mural asked 5/8, 2011 at 6:26

6

Solved

what is wrong with this? I really don't understand some important parts for UIImagePickerController.... here's the source: UIImagePickerController *imagePickerController = [[UIImagePickerControl...
Quickel asked 11/9, 2010 at 12:57

© 2022 - 2024 — McMap. All rights reserved.