How to change cancel to done on a UIImagePicker

How could one change the cancel button (which is confusing) to a Done button.
I have tried setting the right button to nil and creating a new button with no luck.
Thanks.

I actually didn't need to change the button. I needed to change the way the modalView dismissed itself.
I was using.
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo
[picker dismissModalViewControllerAnimated:YES];
I should have been using
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo
[self dismissModalViewControllerAnimated:YES];
Dismissing self instead of picker dismissed the whole picker not just the photo chooser.
I would still like to know how to change that button though.

Similar Messages

  • How to change table but don't touch SQL using it?

    we have old_table (date, key, value1, value2, value3)
    where we have values on every key for every day
    values are changed very rarely, so we are considering to redesign table to slow changing dimension:
    new_table (date_start, date_end, key, value1, value2, value3)
    where new record with new date_start + date_end + key entry is added only when values are changed
    BUT all SQL which used to query old_table:
    SELECT ...
    from old_table
    where date = date '2010-01-01'
    - will not work anymore!
    We know one straightforward approach - VIEW based multiplication of rows - which will help to use old SQL:
    create table table_new(date_start date, date_end date, key number, value1 number, value2 number, value3 number)
    Table created
    insert into table_new values(date'2010-01-01',date'2010-01-05',1,1,2,3);
    1 row inserted
    insert into table_new values(date'2010-01-06',date'2010-01-15',1,11,22,33);
    1 row inserted
    create or replace view old_table as
    select trunc(date_start)+rn as date_, key, value1, value2, value3
    from table_new tn
    , (select rownum-1 rn from all_tables where rownum < 100) p
    where p.rn <= trunc(date_end-date_start)
    View created
    SELECT *
    from old_table
    where date_ = date '2010-01-01';
    DATE_ KEY VALUE1 VALUE2 VALUE3
    01/01/2010 1 1 2 3
    SELECT *
    from old_table
    where date_ = date '2010-01-10';
    DATE_ KEY VALUE1 VALUE2 VALUE3
    10/01/2010 1 11 22 33
    But we dont believe than it is efficient on rowcount about a million.
    Is there any approach?
    ref cursor, pipelined, something else?
    the only one requirement is - OLD SQL with "where date = date '2010-01-01'" should work unchanged.

    I don't think that helps because it isn't just that there is a different table, but the queries are different. In hindsight, the way to avoid this problem rather than "fix" it is to isolate your queries into packages and then the application is calling the modified (or overloaded?) function or procedure and the impact is minimized.
    If the OP is trying to minimize storage by saving only ranges instead of the data for each and every day, then one solution would be to make the new view generate the values for each day within the range on the fly. (There was a similar question in this forum just this week about generating missing data.) The queries think they are going after the original table because there is in fact a row in the view for each day. But that would (possibly) make sense only if it was storage that was being minimized. I don't think this approach would be as efficient as using the actual date ranges if the data is migrated to such a table. I wasn't clear from the OP what the goal was behind the table change.

  • TS3376 How do you cancel a full erase

    Found lost phone set up for full erase...how do you cancel erase

    You don't. That's a security feature implemented by the former owner to prevent the loss of any information to whomever has it. It will restore to iOS 7.0.6 after which it becomes a paper weight.

  • How can I cancel my subscripction before 30 days are passed? I don't find any telephone number or addresse where I can do the cancel. Anybody can help me? thanks

    How can I cancel my subscripction before 30 days are passed? I don't find any telephone number or addresse where I can do the cancel. Anybody can help me? thanks

    Cancel http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • How can I cancel my auto-renewal payments I don't use it and every month I have to pay

    How can I cancel my auto-renewal payments I don't use it and every month I have to pay.

    http://helpx.adobe.com/x-productkb/policy-pricing/return-cancel-or-change-order.html

  • How can I see the whole screen on my original iPad, without having to scroll up or down.  Something changed and I don't know how to get it back.  I don't have a computer to hook it up to.  Thx!

    My front screen seems to zoom in when I start it now.  AND, now I can not see the page fit the screen.  It makes me scroll on the borders to move parts of the screen into view.  Something changed and I don't know what happened or how to get it back to normal.  Please HELP!!!  Thx!

    it is possible that zoom maybe enabled i think double taping with three fingers should disable it.
    or you can go into settings>general> assessability> zoom and turn it off.
    hope this helps

  • I forgot the answers for the security questions and when I try to change them (My Apple ID - Manage your account - Password and Security) I'm asked to answer the exact questions I'm Trying to change because I don't remember the answers. How can I do it?

    I forgot the answers for the security questions and when I try to change them (My Apple ID -> Manage your account -> Password and Security) I'm asked to answer the exact questions I'm trying to change because I don't remember the answers. How can I do it?

    Can't you try the email option instead?

  • Reg: If changes done in SAP BO Analysis office, then Changes can be done in SAP BW in respective targets. But, is it possible to do the same changes in SAP ECC? How?

    Hello Everyone,
    If any changes are done in SAP BO Analysis office, then the change can be done in the SAP BW in the respective Targets.
    But how can we do the changes in the SAP ECC ? Is it possible to do the changes in the tables ?
    Any answer is appreciable
    Regards,
    Karteek

    We are using the "Input ready Bex query", in order to modify the values in "BO Analysis office".
    ECC               BI               BO Analysis office
    1  ------------->   1   ---------->         1   ------
                                                                            |
                                                                            | (Now Data is changed in Analysis office from 1 to 2)
                                                                            |
    (?) <--------------   2 <----------         2 <-----
    (Will it be updated in ECC)
    (Diagram Explanation)
    From ECC we can load the data (Consider Value-1) to SAP BI and from SAP BI we can load the data to BO analysis office.
    So, now if we change the data in BO Analysis office (Value-1 changed to Value-2)..
    Now the data is changed in SAP BI to Value-2.
    So what about the data in ECC ? Whether it is changed or not?
    Please provide us a real time business Scenario..
    Thanks,
    Karteek

  • Why doesn't siri know how to change the time of a reminder? When asked, "Do you want to confirm or cancel your reminder?" Reply, "Can I change the time to a half hour later?" Siri doesn't know how to respond.

    Why doesn't siri know how to change the time of a reminder? When asked, "Do you want to confirm or cancel your reminder?" Reply, "Can I change the time to a half hour later?" Siri doesn't know how to respond.

    Hi
    In iMovie'11 (version 9.0.x)
    on top menu row - Apple/iMovie/File/Edit/Cut (Can vary dep. on language - in Swedish Apple/iMovie/Arkiv/Redigera/Klipp . . . )
    down Cut menu - Slow playback/Raspid Playback/Re-play in Slow Motion and onvards
    Here one can select the Pre-Set speeds
    Are you familiar with getting 'inspector' to run?
    No - but I guess that Double Click on clip/sequense or ctrl-Click on it might open it.
    Yours Bengt W

  • Does anyone know how to change the copy on a pdf made in Indesign?  I don't have that software on my Mac

    Does anyone know how to change the text on a pdf made in Indesign when my Mac doesn't have that software?   Thanks,

    If you don't have access to Acrobat Pro or Nitro PDF Pro,  see this article:
    http://www.labnol.org/software/edit-pdf-files/10870/

  • How to change billing date in S1 - cancellation billing document

    Dear Friends,
    Could you please tell How to change billing date in S1 - cancellation billing document which is even not released to accounting & in gray mode.
    Is it possible?
    Thanks in advance.
    Ranjan

    Dear,
    Thanks for asking exact problem.
    1. PGI in 2008
    2. F2 Billing date in 2003 ( By mistake by the user)
    3. S1 Billing date in 2008
    4. PGI reverse in 2008 & OBD deleted in 2008
    So reduced billing qty is shown in report in 2008 because of S1 Billing date in 2008,
    Billing qty  is not matching with the actual PGI quantity.
    So here if the cancellation billing document S1 could be changed for billing date in 2008, then you could balance it
    Now my issue is how to balance it.
    hope you find it it very interesting
    Awaiting your response.
    Ranjan

  • Does anyone know how to change where incoming (via mail) calendar requests go on my MacBook? Mine insist on going to Entourage, which I don't use any more. I've tried setting the default calendar in iCal preferences. Doesn't help. Bugs me. Can you help?

    Does anyone know how to change where incoming (via mail) calendar requests go on my MacBook? Mine insist on going to Entourage, which I don't use any more. I've tried setting the default calendar in iCal preferences. Doesn't help. Bugs me. Can you help?

    Jneklason wrote:
    ~snip~
    I know this email is confusing and really hard to understand...perhaps now you will know how i've been feeling--lost and confused with all the mis-information, with a hit and miss phone, and out of time with all the 1 1/2 hr to 2 hrs EACH wasted on this issue.
    On top of all this, I can't even find out how to file a complaint with anyone higher up than Customer Service.
    I hate to tell you this, but you didn't write an email. You wrote a discussion post on the Verizon Wireless Community forum which is a public peer to peer forum. Unfortunately since you didn't mark your post as a question, the VZW reps that roam this community won't ever see your post. Before you re-post it, don't. Duplicate posts get removed from the community.
    I see there were several missteps both by the reps and yourself in your post. First you should have insisted on returning the phone within the 14 day return policy period. Second which Samsung Galaxy mini model did you purchase? The S3 mini or the S4 mini? Did you do any research prior to deciding on this device. The reps at that time deflected the easiest course of action, by trying to get you to replace the phone under insurance instead of returning the phone. The Early Edge payment option requires the current phone on the line using the early Edge must be returned to Verizon Wireless. Did you once considered going to a third party site like Swappa to purchase a gently used device for your daughter?

  • I just downloaded an iphoto update and when I tried to share my photos was asked for email and password.  I must have typed in the info wrong because I keep getting an error message.   I don't see how to change the info to the correct mistake..

    I just downloaded an iphoto update and when I tried to share my photos was asked for email and password.  I must have typed in the info wrong because I keep getting an error message.   I don't see how to change the info to the correct mistake..

    I too added 2nd apple ID when I tried to get Free app from apple store just to get to NONE on the credit card needed. It said it sent confirmation email to my new apple ID email that I have to confirm. Problem is I can not get to the new apple ID email account.  On my ipad it logs into my original email account and I see no where to log into another email account.  If I go to my laptop, the new apple ID I created does not let me log into email where apple said it was sent to.  It did not send to back up email account either.
    Can I log into 2 email accounts on my ipad where it says mail at bottom?
    Can I have 2 apple ids?
    If I created a 2nd apple id to get to NONE on credit card needed, can't I log into it also on another laptop in gmail?
    (won't let me)
    If I used my original apple id I created when I got my new ipad, it will not let me get free app without credit card, there is no where it says NONE needed. I am too new to apple to start with credit cards etc until I get use to it.

  • My iphone thinks I am in the India store ... dont ask me how. how do I cancel an active itunes match subscription so that I can change the country. I am a u.s. based user who recently travled to asia

    how do I cancel an active ITunes Match account in order to change the country of my ITunes store? My phone thinks I am in the India store, even though I have always been based in U.S. I cannot update apps on Iphone until I change the store. The Iphone will not let me change my country until I cancel an active ITunes Match account? Help!

    How to Change Country with iTunes Match
    Although I am confused as to why you think you need to cancel iTunes Match. Didn't you originally subscribe on the US store? Or were you signed into the Indian store with a different Apple ID?

  • I was advised by Adobe tech on Chat that my Serial Number is for a MAC and I have a PC...but he didn't offer to change my platform...how can I get this done?

    Case Number:0214213994
    I was advised that my serial number for CS6 Master Collection was for MAC...I have a PC.   The agent didn't offer to change platform for me which I was since advised by the college that this is what he should have done.
    How can I get this done as I am rarely able to access the 24 hr chat option.

    Thanks for your help Jeff...actually it turned out that Chrome was the issue and even FIrefox didn't work ....it was slow clunky old IE that eventually got me the chat option and I finally got my issue resolved.....I was getting pretty desperate and am now VERY happy to have my Master Collection back.
    Sorry I don't know enough about plugins to help you there but all other functions that I need to do with Chrome work as a rule so I cannot help as far as Adobe is concerned.  I know that Chrome often has shock wave errors due to incompatibility with the player on my device but otherwise I'm clueless.

Maybe you are looking for

  • HT201412 App goes black screen upon loading, any suggestions to fix this?

    I have just encountered a problem when trying to load an app on my iPhone 4, the screen just goes black upon launch and stays black, any suggestions to fix this fault?

  • Error: ORA-01012: not logged on

    Hi all, i have a program to update 2 tables and will commit every transaction for each table. firstly, my program will commit transaction in Table A then once it's done, it will commit Table B and loop again(both table) until all transactions finish.

  • Memory leak using thin client

    Subject: Memory Leak while using thin client. From: [email protected] (Alon Albert) Newsgroups: weblogic.developer.interest.jndi I have a small test program that causes a memory leak while connecting to a weblogic server. The code is appended to the

  • DAC 10.1.3.4.1 Server on Windows (64 bit) and Linux x86 (64 bit)?

    Hi Friends, Please confirm wheteher Oracle Business Intelligence Data Warehouse Administration Console 10.1.3.4.1 Server is supported on Windows (64 bit) and Linux x86 (64 bit) Because from edelivery.oracle.com i could see the downloads only for wind

  • Updating text data and master data

    Hello everyone, I'm new to the ABAP language and I'm having some trouble with updating and inserting data in my tables. The problem goes like this : 1) To modify an existing line in my table, I need only to update a text data. So I specify 'T' as tab