0
votes
1answer
49 views

snapshot of overlay image from array of images

I have multiple images under scrollview. When i click one image it will displays overlay image of camera overlay view. But when i click button it won't take snapshot of camera overlay image. I take ...
0
votes
1answer
59 views

Couldn't capture overlay image

I have 3 images. I load one by one to camera overlay image. Then i need to take snapshot. But when i click button it take snapshot of particular image. When i put imageName.png in ...
0
votes
0answers
26 views

retain line draw by viewForOverlay on map when again calling

I like to add the straight line on map view, and I achieved it by viewForOverLay method,this functionality called when I pressed button , when I agin button with new source and distination position ...
0
votes
0answers
232 views

How to use overlays or Annotation to adding Images in MKMapView

I found these links Adding Image with Overlays Image with overlays in monotouch and this movie: developing map applications in monotouch That specify how to use overlays and annotations to add ...
1
vote
2answers
191 views

iPhone Camera Overlay issue

I am using Custom Overlay for camera in my iPhone app,I have followed this tutorial. My problem is-the overlay comes before the shutter opens,means on the shutter users can see the overlay ...
0
votes
1answer
232 views

iOS 6 - Mapview, overlay fades in

I have been building an app which draw the lines of the current user moving along the map. Now, in iOS5 when I add the overlay to the mapview, it justs add it directly, in iOS6 it adds the overlay ...
1
vote
1answer
150 views

Add/change button overlay of video record when using AVFoundation

I am currently implementing video functionality into an iPhone app that requires the user to be able to 'Select and Play' a video and 'Record and Play' a video using the AVFoundation API. Similar to ...
1
vote
2answers
312 views

Is it legal to add Overlay maps to Apple MapKit framework?

Since iOS 6.0 uses Apple Map,I would like to add Google Map as Overlay by using TileOverlay.Is there any possibility that App store rejects the application ? Can I directly adapt Overlays to mapkit ...
0
votes
0answers
184 views

Issues while adding custom camera overlay view as subview to main view in iphone

I am using following code to add custom camera overlay view.It is working fine with ipad.but in iphone it is not adding overlay view.How can i resolve this? if([[UIDevice currentDevice] ...
4
votes
1answer
347 views

UIImagePickerController Orientation

I am creating an UIImagePickerController for a full screen camera using a custom OverLayView but when ever I rotate my device I get an error saying "CGAffineTransformInvert: singular matrix." As a ...
0
votes
2answers
146 views

how to save a cropped UIImage from my camera?

In my app i am using camera functionality and i am using overlayview for camera every thing working fine. The problem is while saving image i dont want to save the entire image i want save only the ...
2
votes
1answer
656 views

How can I overlap audio files and combine for iPhone in Xcode?

So I have two audio files, same format, potentially different length. I would like to combine these files (overlay the audio from one onto the other, NOT join them at ends). Lets say I have two ...
0
votes
0answers
263 views

Camera Overlay Transparent Buttons

Does anybody know of an open source project or a tutorial covering camera overlay transparent buttons like the ones on standard iPhone camera: flash (auto, on, off), options (grid, HDR) and ...
-1
votes
1answer
90 views

iPhone Camera Filter Overllay

I have managed to overlay various things onto the camera view its self, however now I am finding difficulty with overlaying an effect on to the camera, preferably a Gaussian Blur. How would i go ...
0
votes
1answer
238 views

How to overlay one image over another image in iPhone

In my app i have one transparent image, now when user selects one image from photo library, that image have to be display over transparent image and make as an one uiiimage so that user can mail or ...
0
votes
0answers
73 views

Overlay,Pdf,View How to?

I am looking at adding a bookmark option on pdf pages ..When searched found to add an overlay and do the rest. what is this overlay on view or pdf view??How can i implement it? Is there any methods ? ...
3
votes
2answers
189 views

Covering a MKMapView with an image

I want to create kind of a map view, just without the map.. Sound strange? I'll explain - I have a bunch of coordinates representing users location that I want to show on screen with there relative ...
1
vote
1answer
92 views

Storing a drawn map path using core data

I'm creating an app that is based off the breadcrumb sample code provide by Apple and I would like to store the overlay path drawn by the app in core data. I would then like to recall this data later ...
0
votes
1answer
255 views

How to show Image editing screen with custom camera overlay with takePicture method

In my application I have to show a custom camera overlay.It is showing perfectly. On that view , I have a button which hits the method takePicture which is responsible for capturing image from camera. ...
0
votes
1answer
98 views

iphone 3gs cameraoverylay shows only white screen

I am creating the simple customized camera application. so. i tried to customize the buttons for flash setting button and capture. It worked for iPhone4 and iPhone4s... but unfortunately.. it shows ...
0
votes
0answers
513 views

Camera orientation in landscape only in iphone

In my application I am using camera to take photos, and I want to use a image as overlay on the camera. the camera should show the landscape right only as my application is in landscape right mode. I ...
0
votes
1answer
366 views

Big problems with drawing/understanding a MKOverlayView on a MKMapView

I'M trying to use an overlay to draw a route on a MKMapView. This is my code: Create the view (gets invoked upon a button press): NSArray *route = [UCGeoConverter ...
0
votes
1answer
117 views

Overlay view over video in iphone

I am working as iPhone developer. I want to add overly view over video in iPhone. Overly view will have buttons and labels on it. In short video be used as background instead of uiimage .Is it ...
0
votes
1answer
554 views

Overlaying the google map API with custom paths (iOS Development)

I am trying to find out how to overlay/create custom paths within the google map api. i.e. Around a certain area I have a map of cycle paths which are not already placed into the google maps. ...
0
votes
1answer
174 views

How to make simple control of MPMoviePlayerController

I'm making app using MPMoviePlayerController. This capture is pic of a my reference app. I want to make like red boxed part. - only Done button and progress bar. How can I make like this? Can I ...
0
votes
2answers
500 views

Why is the overlay not showing for iPhone app in Xcode 4?

I'm trying to follow the overlay instructions provided here: ...
0
votes
1answer
337 views

Improve full screen Core Graphics image blending performance?

I'm working on a game in which the game elements look like they are made of construction paper. To achieve the texture effect I blend a fullscreen image at the end of each draw cycle: - ...
5
votes
2answers
2k views

How to add a uiimagepickerview custom overlay

i will like to add a custom overlay on the UIImagepickerview with some custom buttons. will appreciated if anyone could show me a link or 2 to the tutorial. thanks
1
vote
1answer
383 views

How to capture image of particular co-ordinates in iphone?

I am new to iphone development. I am creating one camera app, in that i need to capture only some co-ordinates of the image for example (I have overlay image on camera. that image is dollar. In the ...
0
votes
1answer
112 views

Creating a directory within a bundle during build

I have a problem that seemed quite trivial to me, but since hours I don't get the clue: I need to have a directory within my app bundle that contains pictures (tiles for a map overlay). I need to ...
1
vote
1answer
167 views

Zoom map to display overlay in entire display area

I have added overlay on map. I don't know how to make map zoom upto certain level so overlay will display over entire display area. Here I need what should be zoom level so my overlay will display in ...
0
votes
0answers
269 views

Face in a hole - iPhone [closed]

User takes an image or uses an image from their gallery -> then there will be an image with a cut out hole for their face, they can resize their image and move it etc -> then a saving function to ...
0
votes
1answer
933 views

Showing annotations only inside the overlays

In my map, I have to show annotations from a kml file via an URL. I also need to show only the annotations inside a polygon or circle area (or both of them if the user has both overlays drawn). I ...
-1
votes
1answer
109 views

Making graphics move in camera view

I am trying to make graphics move randomly in cameraview. Is there any way that I can get the balls moving in camera view? Or any tutorials that any one of you may refer me to?
8
votes
2answers
1k views

Draw text in circle overlay

I'm trying to draw some circle overlays containing text on MKMapView. I have subclassed the MKCircleView, in which I put the following (based on this), but the text does not appear. The circles show ...
6
votes
4answers
2k views

how to customize MKPolyLineView to draw different style lines

I want to customize the lines drawn on MKMapView to show a route so that the lines have a border color and a fill color. Similar to this where it has a black border and is filled with another color: ...
0
votes
1answer
706 views

EDIT/UPDATE iPhone Camera showing the differnt image for preview and uploading different image

The image that shows in the camera preview is not the same as captured image.instead we are adding the camera controller as a subview. We cannot add the overlay. How can we apply the same transform to ...
2
votes
2answers
283 views

issues with the iphone app runs on ipad

i had a problem with my iphone app runs on ipad .I am using camera overlay view in first screen(launches when app starts) but wehn i navigate to other screen there is ablank white space on top of ...
2
votes
4answers
299 views

how to create paginated camera overlays

I am new to iphone development, and i am wondering how would i go about placing a page control as an overlay for the camera, so that a user could swipe and different overlays would be shown for each ...
1
vote
1answer
442 views

How to add overlays designed by user on button click in a map

I am interested in adding an option to my GIS Map application, the ability to draw Polygon, circle, polyroutes overlays for the user to search data within.The problem is that I've read and tested ...
0
votes
1answer
870 views

adding Overlays to MKMapView to fast! Is that even possible?

Hi I have the following problem! I do add a lot of Overlays to my MKMapView! For example I add 150 Overlays, but for some reason not all of them show up! I know that mapView:viewForOverlay: gets ...
2
votes
1answer
293 views

How to overlay an image on camera view for iPhone?

I am new to iphone development, and I want to make an application that will use the camera view as the background. Then I would like to put certain image overlays over the camera view. How would I go ...
0
votes
2answers
794 views

iPad Overlay does not completely cover screen

I use a modal div as overlay to kind of disable the background page while the overlay DIV is open. Here is the code; #TB_overlay { height: 100%; left: 0; position: fixed; top: 0; ...
0
votes
1answer
963 views

iPhone - MKOverlay and MKOverlayView logic

There's a point I wonder, maybe someone could explain me with simple words better than the doc do... When you want to add an overlay onto a MKMapView, you first add something that follow the ...
1
vote
1answer
229 views

How to get a UIView from a UIViewController without adding the controller to the view hierarchy and making it visible?

I want to avoid laying out a view programmatically. I want to only use a NIB file to do such work. The problem is that the only way that I know of bringing a NIB file to life is via a controller ...
3
votes
1answer
6k views

iPhone, how does one overlay one image onto another to create a new image to save? (watermark)

Basically I want to take an image that the user chooses from their photo library and then apply a watermark, a triangle in the lower right that has the app name on it. I have the second image already ...
1
vote
3answers
2k views

Help calculating X and Y from Latitude and Longitude in iPhone

I'm stuck into some kind of geolocation limbo using a custom map with iPhone. The problem is: I have an UIScrollView and an UIImageView with a image of a custom map for a fair, with all stand ...
0
votes
1answer
3k views

Overlay image in UIImagePickerController depending on device orientation

I have two overlay images that I want show in camera view depending on the device orientation - one for the horizontal and one for vertical orientation (overlay_v.png and overlay_h.png). When device ...
1
vote
1answer
239 views

Toggling MapKit Overlays On/Off by pressing the same button?

I have a MapView with a toolbar button that when pushed adds overlays to the MapView. What I would like is for the button (IBAction) to check to see if there already are overlays on the map and if ...
0
votes
0answers
297 views

Tile Overlays in iPhone App

There is a webpage I am looking at that displays a Google Map (via javascript), but certain areas of the map have an overlay (textures appear different than the rest of the map, etc.). From what I ...

1 2 3