IPhone: Where to find good Documentation and Samples for Auto-Rotate?

So I'm starting to get into the auto rotation features for my iPhone apps. I've spent a couple hours looking for some apple documentation and searching online, but I'm not finding any "definitive" guide to discuss the process. Any recommendations would be great!
Specifically, I'm trying to learn about the following:
- I have already implemented auto-rotation, but how do I setup my view so when rotated, it adjust the UI to take advantage of landscape mode. (i.e. I want to add extra features, and re-position some things)
- I also would like to the option within a couple views, that when rotated, goes to an entirely new view.
Thanks in advance!

I generally find that vector drawing programs are better for drawing toolbar icons and the like, as vector drawings are easier to tweak and adjust later. I've had great success with VectorDesigner in my own apps; it has a shallow learning curve and a solid basic feature set, although it can be quirky at times. (It also doesn't play all that well with certain development tools: don't try to add VectorDesigner files to Xcode projects, and make sure you zip them before you add them to a Subversion or CVS repository. VectorDesigner files are packages--like application bundles--and those tools don't play well with packages.)
If you want to go a little higher end, Illustrator is the Photoshop of vector drawing, but like Photoshop you'll probably find it very difficult to start out with.
You'll also need a raster graphics editor to tweak exported images. I use Pixelmator for this, but Photoshop will work just as well.

Similar Messages

  • Which Event Classes i should use for finding good indexs and statistics for queries in SP.

    Dear all,
    I am trying to use pro filer to create a trace,so that it can be used as workload in
    "Database Engine Tuning Advisor" for optimization of one stored procedure.
    Please tel me about the Event classes which i  should use in trace.
    The stored proc contains three insert queries which insert data into a table variable,
    Finally a select query is used on same table variable with one union of the same table variable, to generate a sequence for records based on certain condition of few columns.
    There are three cases where i am using the above structure of the SP, so there are three SPS out of three , i will chose one based on their performance.
    1) There is only one table with three inserts which gets  into a table variable with a final sequence creation block.
    2) There are 15 tables with 45 inserts , which gets into a tabel variable with a final
    sequence creation block.
    3)
    There are 3 tables with 9 inserts , which gets into a table variable with a final
    sequence creation block.
    In all the above case number of record will be around 5 lacks.
    Purpose is optimization of queries in SP
    like which Event Classes i should use for finding good indexs and statistics for queries in SP.
    yours sincerely

    "Database Engine Tuning Advisor" for optimization of one stored procedure.
    Please tel me about the Event classes which i  should use in trace.
    You can use the "Tuning" template to capture the workload to a trace file that can be used by the DETA.  See
    http://technet.microsoft.com/en-us/library/ms190957(v=sql.105).aspx
    If you are capturing the workload of a production server, I suggest you not do that directly from Profiler as that can impact server performance.  Instead, start/stop the Profiler Tuning template against a test server and then script the trace
    definition (File-->Export-->Script Trace Definition).  You can then customize the script (e.g. file name) and run the script against the prod server to capture the workload to the specified file.  Stop and remove the trace after the workload
    is captured with sp_trace_setstatus:
    DECLARE @TraceID int = <trace id returned by the trace create script>
    EXEC sp_trace_setstatus @TraceID, 0; --stop trace
    EXEC sp_trace_setstatus @TraceID, 2; --remove trace definition
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • Documentation and Samples for Web Intelligence Extension Points url.

    I have been trying to find documentation and samples for Web Intelligence Extension Points. Can someone give me the link ?
    The files are
    1.)  webi_dhtml_EP_samples.zip
    2.) xi3-2_web_dhtml_customization_and_integration_ext_points_en.pdf

    Hello,
    I'm trying to find the API documentation and samples for Web Intelligence Extension Points for BO XI 3.1.
    The downloadable ZIP is no longer available at the URL Simply customize your WebIntelligence User Interface
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80f21e8b-711d-2c10-6f9a-ae191653f848
    Anyone could you give me a new link for this feature ?
    Thank in advance.
    Sincerely,

  • Where do I find service packs and hotfixes for 6.5.1?

    Anyone knows where to find service packs and hotfixes for 6.5.1? Only find new releases..
    Getting this problem and they said something about hotfix 640
    http://www.forumtopics.com/busobj/viewtopic.php?t=35362&postdays=0&postorder=asc&start=30
    But it is impossible to find anything like that...
    Thanks in advance!
    / Tomas Bengtsson

    I have found it. So annoying finding the right site just 5 minutes after posting this

  • Where can I find good organ and keyboard sounds for Logic Express?

    Where can I find good organ and keyboard sounds for Logic Express? The included sounds seem to be lacking or hard to access.

    Update: Not terribly impressed with the interface for NI's Vintage Organs from the demo download, although the sound demos sure sound good. The letters are tiny and hard to read and the whole thing feels very PC-centric. I guess a guy gets spoiled by the intuitive stuff. I think what I'll try for now is just hooking up my keyboard (Korg N1, circa 1998, about 1700 built in sounds) as a sound module and record the waveforms when I find a sound I like. I did find the EXS24 and several other software synths with some cool organ sounds after digging a little deeper. It would be good if Apple came out with another jam pack just for organs and keys, as the existing jam packs are so easy to use.

  • DBMS_LDAP package documentation and samples

    Where can I find the DBMS_LDAP package documentation and samples to use it to connect to OID from pl/sql blocks.
    TIA,
    Nishant

    I have been successful using the PL/SQL DBMS_LDAP utilities and enhancing the included examples to bulk create portal users as well as adding them to a default portal group as outlined in the DBMS_LDAP demo examples (search.sql, trigger.sql, empdata.sql).
    Using this PL/SQL trigger on the EMP table, I can add, delete or modify various user entries. However, while I can add a user to a default portal group, I have been unsuccessful in deleting a user from a group as well as modifying a users default group by deleting their "uniquemember" entry from one group and adding it to another using the DBMS_LDAP procedures.
    Has anyone deleted a user from an existing group and how is this done programatically using the DBMS_LDAP utilities? Also, but less important, is there a way to programmatically modify a user from one portal group to another?
    I don't necessarily want the code - just the method of doing this. Do I have to read in all of the 'uniquemember' attributes from the group (via DBMS_LDAP.populate_mod_array, for example), then manipulate the list and write it back. Or, is there a function that will allow me to delete or modify an entry in the 'uniquemember' attribute.
    Regards,
    Edward Girard

  • Where to find API documentation on massage handling from Email to PDA?

    Where to find API documentation on massage handling from Email to PDA? and vice versa..?

    You'll have to help me understand what you want to do.
    :"message handliing from e-mail to pda" doesn't mean much to me.
    We prrovide ENS, which is what most folks that want notification to pda's want.

  • PA-US  Where to find the documentation for renumeration type?

    Gurus,
    Where to find the documentation for renumeration type details for IT0008 in SAP Library?
    I tried in HR sections under ERP of SAP Library, but could not find the place.
    Thanks,

    Revathi,
    I see an option to change the enum type in IT0008 maintenance screen.
    Which simply changes section of the screen as "salary" to "pay scale" and vice versa.
    I want to understand the difference between those in terms of payroll process (calculations).
    Hence, I was trying to find documentation in this regard in SAP Library.
    Thanks,

  • Why can't EXS find my instruments and samples?

    Why can't EXS find my Instruments and Samples?
    LPX 10.0.7
    I have had issues with this problem before, and have spent a few hours looking throughout the many related threads on this forum and on Logic Pro Help without finding a workable solution.  So I will jump in again and hope for someone to shed some light on this.
    Here is the scenario- I have two rigs, one in my studio and another on my laptop (2.5 gh Intel core 2 Duo with 4GB RAM). I have a duplicate of my sample library on a portable drive, which I take with me when I'm using my laptop. I recently copied a Project I'm working on from the portable drive to my main system. When I open the project, I get a message telling me that certain (not all) EXS files are not found.
    Some further pertinent info:
    I have not saved the EXS files with the project- the project uses a sizable template and that would be cumbersome.
    All of the EXS instruments/samples in the Project are there on both my internal sample drive and the portable drive.
    The aliases linking my Application support Logic folder and the sample drive are correct and in place.
    This happens whether I have the portable drive mounted on my main rig or not. And whether I open the Project from the portable drive or from the copy on the internal drive.
    I have reindexed the internal sample drive with Spotlight. Didn't help.
    I have refreshed the Instrument menu from within EXS. Didn't seem to do anything.
    Anyone?

    Hi Sig! Thank you very much for your reply. But my version is iLife 11, and it should have an iWeb and iDVD

  • Where to find good MySql Driver

    where to find good MySql Driver ?

    Hi,
    try on www.sourceforge.com
    I found one JDBC type 4 driver very good.
    Cheers.
    Stefano

  • Where to find Good JSP Hosting?

    Hi everyone!
    Could someone help me to find good JSP/MySQL hosting for reselling?
    Thanks!

    I have also used EatJ but there are some pros and cons
    Pros:
    1) They provide you with a Tomcat Server with MySQL backend. With Tomcat you can deploy JSPs
    2) They allow uploading of WAR files, many other hosts don't allow WAR files.
    3) The cost is reasonable like $6/month for the lowest plan.
    4) Their support is timely but not very professional. But they do respond to every genuine question.
    5) Good instructions on how to deploy your app on their server
    Cons:
    1) Their server frequently shuts down randomly . Even on the paid plans and even when there is no error in your application.
    2) The shutting down happens once in 2 or 3 days sometimes 1 day, but without warning. So it's a big pain to go there and check everyday to see if your website is still running.
    3) Everytime is shuts down you'll have to restart it manually. They advertise 24x7 monitoring but it never works.
    I have also tried MyJavaServer
    Pros
    1) Good if you only want to deploy JSPs
    2) Server doesn't shut down randomly
    3) They have good instructions on how to deploy your JSP app
    Cons
    1) Very poor support, they don't reply to every genuine question on their forum.
    2) They don't allow uploading of WAR files which is a great limitation.

  • HT3529 where are you smiley faces and symbols for texting on the iphone 5c?

    Where are the smiley faces and symbols for texting?

    On the emoji keyboard. Go to Settings>General>Keyboard>Add Keyboard and select emoji. Then you will have a small globe key near the number key on the left side of the keyboard. This will allow for selecting between the regular keyboard and the emoji keyboard.

  • I have 3 i phones.  Can I have multiple accounts on one computer where it keeps the contacta and calendar for each?

    I have 3 i phones.  Can I have multiple accounts on one computer where it keeps the contacta and calendar for each?

    My daughter and I both have iphones. I created an account (not separate itunes) for her on my computer so she could sync her phone/itunes but not have it interfere with mine since we have WAY different taste in music. Creating a different computer profile should work if you have separate itunes accounts, too.
    If you all use the same itunes account, you can turn on Home Sharing. That way you can all download the same content without having to pay for it again. Not sure how or if that works with separate itunes accounts.
    Hope that helps!

  • In which table can I find the name and surname  for a username ?

    Hello,
    I search the table with the master data of users. Specially I search the table where I can find the
    name, surname for a user.
    In which table can I find the name and surname  for a username ?
    Thanx in Advance

    Hello  everybody,
    thank you for the helpful informations.
    thank you very much
    with kind regards
    cetoman

  • Where to find a newsletter tool/app for a sharepoint online public site ?

    where to find a newsletter tool/app for sharepoint online public site ?
    can anybody tell me where/how to find a newsletter tool/app in the sharepoint online solution for sharepoint public site ?
    Its for marketing, where visiter can add his/her mail for receiving marketing mail,
    and he/her should have the possibility to stop membership af the newsletter group.

    Hi,
    There are several one over the store
    go to the store 
    https://store.office.com/search.aspx?productgroup=SharePoint&qu=news&ui=en-US&rs=en-US&ad=US&page=1&order=0&direction=0
    https://store.office.com/lwb-news-rotator-app-WA104379045.aspx?assetid=WA104379045
    https://store.office.com/corporate-news-WA104033744.aspx?assetid=WA104033744
    https://store.office.com/news-slider-pro-WA104362327.aspx?assetid=WA104362327
    https://store.office.com/simplenews-WA104019122.aspx?assetid=WA104019122
    https://store.office.com/news-huddle-WA104379096.aspx?assetid=WA104379096
    https://store.office.com/repoint-news-WA104146068.aspx?assetid=WA104146068
    Kind Regards,
    John Naguib
    Technical Consultant/Architect
    MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
    Please remember to mark your question as answered if this solves your problem

Maybe you are looking for

  • E72: how to bypass wifi connection dialog?

    Hello, I have 2 mails accounts on my E72 which are set-up so as to retrieve mail periodically. But this does not happen, because my phone keeps asking me to confirm that I want to connect to my home WLAN. However, this access point is set to "automat

  • Approval on updation of a document

    Dear experts I have a query. Can we create a workflow for the updation of already approved document? Scenario: Person1  : Publish a doc. D1 (goes for approval) Admin     : Approves it Person1  : Make changes to doc. D1 at this point of time is it pos

  • WLS Console doesn't reload chosen "Targets-Sever"

    When I chose the "Targets-Server" in the WebLogic 6.1 console under Windows 2K even though it writes the chosen target to the config.xml file it doesn't load them when I re-start WebLogic Server. I then re-chose the "Targets-Sever" from the console,

  • Item relation

    hi folks For Data type PO MBEPOI - Transfer Structure: Purchase Order Item Item Number of Purchasing Document (EBELP): To be defaulted with '/' and space. My query :  If New Item No. will be generated then where will the old item no go. How the linka

  • Menu exit for va01

    experts help needed i want to add  one more item to the menu->goto->header after additional data . in va02. can anyone tell me is there any function code exists for package va . i have checked in smod and also badi but of no use. appart from addition