Can I change the order of my pictures?

I have an iPhone 6 OS 8 and would like to put my pictures in some semblance of order - is this possible? Also, can I change the order of the Albums?
Thank you..

Hello mylan18646,
Thank you for using Apple Support Communities.
It sounds like you are almums may be what you are looking for. Take a look at this article for an explaination and how to set them up. 
iPhoto for iOS (iPhone): What are albums?
Regards,
Jeff D. 

Similar Messages

  • Can I change the order of lines in a drop-down menu?

    Can I change the order of items on a drop-down menu? Specifically, the "open" menu that comes up when I right-click on a link.
    Putting "open in new tab" on top of "in new window" makes sense, of course, since it is used more often. But I do a lot of surfing, and had the old position in muscle memory. Re-training my brain to click on the first line instead of the second is taking a long time, and makes me grumbly.
    I'd love to put it back to the old order. Can I? and, if so, how do I do it? (Please give me detailed instructions, IOW, please assume I am a complete simpleton, because sometimes I am.)
    HP G62 w/ Win 7 home premium. If it matters, it's 64-bit.
    And my old desktop, which has, yech, Vista. (I haven't upgraded it to F4 yet.)
    Thanks,
    Roo

    Where is that drop-down list, on a webpage?
    Please provide a screenshot of that issue. <br />
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem <br />
    It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
    Then use the '''Browse ....''' button below the '''''Post a Reply''''' text box to upload the screenshot.

  • How can I change the order of phone numbers in a contact?

    I have contacts that have more than one phone number (I am sure we all have those in this day and age). The importance of the phone numbers varies over time and I want to have the most important one as first on the list. How can I change the order that phone numbers are displayed within a contact?
    Thanks for any help.

    Currently, the order in which the phone numbers appear (in a contact) is dependent on the sequence to which you enter them. There is no way to change that order other than re-entering them in the desired order.

  • How can I change the order of photos within an event?

    iPhoto o9 won't let me change the order of photos within a single event- really annoying! I tried to view photos then click manual sort- but when I look back at the event it is not in the right order. what's wrong? Or can I even do this?

    Yes you can do that - IF you go through and assign titles to every photo
    You also can change the date/time on photo and iPhoto will then sort them in the new order
    And you could assign unique key words to each photo such that the sort order is what you want and sort by key word
    But you can not change the order in the sense most people mean - grab a photo and move it to a new location in an event
    So yes you are right
    LN

  • How can I change the order of the photos in a slide show I have created on my iPad mini?

    How can I change the order of the photos I have selected in a slide show on my iPad Mini?

    Currently, the order in which the phone numbers appear (in a contact) is dependent on the sequence to which you enter them. There is no way to change that order other than re-entering them in the desired order.

  • How can I change the order of the songs listed in a playlist?

    How can I change the order of the songs listed in a playlist?

    Hello Pokerplayer62,
    In order to update the order of items in your playlists on the iPod Nano, you have to update them on the computer, and then sync the updated playlists to your device.
    From the iPod Nano User guide here: http://manuals.info.apple.com/en_us/ipod_nano_features_guide.pdf
    To set iTunes to update iPod nano automatically with selected playlists:
    Open iTunes and select iPod nano in the Source list. Click the Options button and click Music.
    Select “Automatically update selected playlists only.” Select the playlists you want.
    All the best,
    Sterling

  • I have a MAC. How can I change the order of my bookmarks. It is not the same as a PC

    On my old PC, I could change the order of my bookmarks just by clink & drag. On the MAC, this does not happen. How can I change the order & how can I delete unwanted bookmarks???

    You can do that in the Bookmarks Manager (Library).
    *Bookmarks > Show All Bookmarks
    *https://support.mozilla.org/kb/how-do-i-use-bookmarks

  • How can i change the order in smart playlist

    how can i change the order in smart playlist

    Click column headings until you find one you like, or select the leftmost column of numbers then drag into your desired order.
    tt2

  • How can I change the order in which songs appear in my iTunes Music Library?

    How can I change the order in which songs appear in my iTunes Music Library?

    Kay,
    If you are looking at the entire music library ("Music") you can sort by any of the columns by clicking the column header.  If there is a column you can't see, enable it by going to View > View Options.
    Within a playlist, you can do the same, and in addition you can click above the column of sequence numbers, which will then allow you to drag tracks up or down to get any order you wish.

  • I can't change the order of my cities in my iphone 5c weather app

    i can't change the order of my cities in my iphone 5c weather app?

    Dale Mayer wrote:
    Yes, but the city that's there is not my city. How do I change that?
    Go to Settings > Privacy > Location Services, and either turn Location Services off (NOT recommended), or turn off the Weather App in Location Services.

  • Can I change the order of my iTunes playlist on my iPad directly?

    Can I change the order of my iTunes playlist directly on my iPad without having to connect it to my computer?

    Hello mylan18646,
    Thank you for using Apple Support Communities.
    It sounds like you are almums may be what you are looking for. Take a look at this article for an explaination and how to set them up. 
    iPhoto for iOS (iPhone): What are albums?
    Regards,
    Jeff D. 

  • Can i change the resoulution of my pictures in iphoto

    can i change the resoulution of my picture in iphoto from 1.7 Mb to 1MB or less so i can post it online?

    File -> Export
    In the resulting dialogue note two options:
    Jpeg Quality is the amount of compression used on the file. Lower Quality means a smaller file.
    Size refers to the Dimensions (length by breadth) of the photo in Pixels. Smaller dimensions means smaller file size.
    Regards
    TD

  • How can I change the order SubVIs are loaded?

    Hello,
    I have a SubVI which needs to be called before any other SubVI. I tried to put that SubVI in another VI which again calls a second SubVI with the rest of the application:
    MainSubVI  --- call ---> 'Need-to-be-loaded-first-VI'
                |
                '- call ---> 'Start-VI'
                                 |
                                 '- call ---> 'Rest-of-application-VI'
    The problem is that there is one SubVI - saved in 'Rest-of-application-VI' - which is loaded before the 'Need-to-be-loaded-first-VI'.
    How can I change the order SubVIs are loaded?
    Thanks,
    Johannes

    Hai,
    If you wish to load the VI into memory or block the VI from loading the memory immediatly after the parent VI loads....Use "Call by referance Node" with call setup as "Reload for each call" which will load theVI into memory only when the VI is supposed to execute.
    With regards,
    JK
    Message Edited by JK1 on 09-10-2008 05:07 AM
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.

  • Can I change the order of photos in Events

    I am in the process of scanning my old film photos so that I can put them into iPhoto. As I have no scanner I take them to Wal Mart and scan them onto a CD then import them into iPhoto at home. Because the CD holds the photos from a number of events I then distribute them to a number of different Event folders.
    Once I get all the photos into their correct Event folders I would like to rearrange their order. Using drag and drop, or cut and paste, simply leaves the photo in it's original location. If I use the 'Moving photos from one event to another' feature the moved photos will still go into the new Event folder in the same order as they were in the originating folder, regardless of what order I drag or paste them.
    The help menu has topics on how to change the order of photos in a slideshow, book or calender, but not an event. I could arrange the photos beforehand so that they are scanned in the order in which I want them to appear in Events, but with 500+ photos in completely random order it will be fairly time consuming. It also will not help with the disc of photos I have already made.
    So, to finally get to my question, does anybody know if there is a way to rearrange the order of photos within an Event folder?
    Rgds

    Events are strictly time based. If you put those photos in an album and in the order you want, you can set their date and time by using the PHotos->Batch Change->Date and set the date and time you want with the checkbox to add the time differential you'd like between photos. That will reorder them in the Event also.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.≤br>
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • How can I change the order of photos in iPhoto so I can create the slide show I want?

    How to change the order of photos in iPhoto on my iPad, so I can create the slide show I want.

    Here's what I did to generate a slide show with Ken Burns effect on the iPad...with the exact same slide order I created on the iMac.  I have iOS 5.5 and iPhoto App on New iPad, and iPhoto 11 on iMac.
    In iPhoto for the Mac, create a new Album and give it the name of your Slide Show. Drag or import the photos you want into the album.  Rearrange the order of the album photos as desired. Do this by selecting Manual Sort under View/Sort Photos or simply start dragging thumbnails to the places you want them (the sort method will automatically change to Manual). 
    When you have the order you want, shut down iPhoto on the Mac to make sure iPhoto's database gets updated with the new photos and their order. 
    Restart iPhoto and go to File/Export on the top menu.  Select File Export at the top left of the Export window. Set JPEG quality to Max, Size to Full Size, and File Name to Album Name and Number.  Set Subfolder Format to None.
    Click Export to bring up what looks like the Finder.  Create an empty folder on your hard drive under Pictures and give it the name of your slide show. Click on the new folder and then click OK at the bottom right of the Finder-like window.  The new folder will contain JPEG files with file names in the form, Album Name - 001.jpeg, Album Name - 002.jpeg, etc.  There will also be an iPOD Photo Cache folder.  Click at the top of the Name column to order files by file name.  001 will be your first slide, 002 your second, etc.
    Now start up iTunes. You are going to force the Mac to sync these new photos with the iPad.  Click on your iPad device in the list at the left.  Now click on the Photo button at top right. Make sure the Sync Photos check box at top is checked, then select Choose Folder... from the list at right.  In the Finder-like window that opens, select the folder where your slides are.  Make sure that All Folders is checked, then select Open at the bottom right.
    Now click Sync at bottom right.  The slides will be copied to your iPad.  Both the Photos app and the iPhoto app will properly handle the slide order, and the Ken Burns effect is available using the iPhoto app.
    I ran across this problem in preparing a Ken Burns slide show for a wedding.  Drove me nuts for a week why the order changes when syncing an iPhoto album from iMac to iPad.  But this worked and gave me several options.  I plan to use the digital AV adapter for iPad and show slides on a large screen TV using HDMI connection from iPad to TV.  TV essentially acts as an external monitor for the iPad.
    Hope this helps!

Maybe you are looking for