Hi,I developped a little application that represents points of interest on a map. When I turn the IPhone Landscape, I splitted the view in 2 parts, one with the map and one with the list of the points of interest, sorted by distance... When I click on an item on the list, there is a push navigation going to a WebPage for the point of interest... So far, so good, works fine... However, if I rotate back the IPhone to Portrait while on the WebPage, I only see half of the WebPage displayed, like if the underlying view was still Landscape...How can I avoid that? I have pictures to explain better the behavior, but it looks like I'm unable to upload...Regards,Rejean
Search results for
İOS 26 beta battery %1
253,792 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I really don't understand people complaining about battery life. I think it's all the peeps who just want to have ios9 and are not bothered about developing, This is always the case with betas. In all fairness the beta is to be installed on a test phone which will be at your computer while your testing apps so what's the problem.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Yes, you have one point.You want to install the beta, and want to know which apps you will miss doing so.Now I can understand you.Please do not bo se arrogant.I am using this site for totally different purposes. To discuss bugs, workarounds, to resolve problems.So sorry for misunderstanding you.Take care.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
I'm just playing around with Xcode 7 and trying some Objects in the Interface Builder Library for OS X. One problem I can't solve myself:I drag a new NSTableView to my ViewControllerScene. I can add text to the cells and I can add text in a new line, by pressing the ALT-key while hiting the Return-Key. So I have text in 2 or more lines. When I left the cell, the TableView only shows the first line, the rest of the text is invisible.How can I change the cell-height of this cell dynamicly? [If the users text have 3 lines, the height of this cell should show 3 lines height, if the users text is in the next line cell just 1 line, this row should be just big enough for 1 line.]Is there a magical attribute I don't see? Or how would I do this dynamic cell row height in Swift for NSTableView's Cells / Rows?
(Since there's no specific forum for the beta of Xcode 7, I'm posting this here...)After letting Xcode convert a simple Swift project to Xcode 7, and fixing the various Swift inspired build errors, I'm still seeing a link warning:ld: warning: directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'This looks like it's coming while Xcode is linking the test target:Ld /Users/John/Library/Developer/Xcode/DerivedData/Test-aertfqgditidcgdgjozgjseufxmx/Build/Products/Debug-iphonesimulator/TestTests.xctest/TestTests normal x86_64 cd /Users/John/Dev/Test export IPHONEOS_DEPLOYMENT_TARGET=8.2 export PATH=/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin /Applications/Xcode-beta.app/Contents/Dev
Hi,maybe someone can help me.i can not install iPad4,3_9.0_13A4254v_Restore on my iPad air Model A1476: The iPad could not be restored because the firmware file is not compatible. (message is in German)I did all what the help screen ask, all software ist lastes version. Thanks,Wilfried
It appears that you may have downloaded the wrong beta firmware.Try downloading the firmware for the A1476 model again and try that.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Who had this problem - linker command failed with exit code 1 (use -v to see invocation) ?
It's in the Release Notes of Xcode7 beta on page 25.http://adcdownload.apple.com/WWDC_2015/Xcode_7_beta/Xcode_7_beta_Release_Notes.pdf
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Hi,should the new mail client in OSX 10.11 be able to support multiple exchange accounts at once? I have to use 4 all of which are held within the office 365 environment and having more than 1 active causes mail to crash on startup with a 'Root folder ID changed ... once an account is created, the root folder id shouldn't change on the server' error.Disabling the accounts within Internet Accounts allows me to open mail, and adding them back one at a time allows me to have 2 active but restarting then goes bang again.Deleting and re-adding them doesn't work as the Internet Accounts tool doesn't do anything once 'Done' is clicked after keying the details back in, so no chance of getting the system to recreate with an apparently correct folder ID.If I try to deactivate the only active exchange account, I then get a message that 'Only one Exchange account can be enabled at a time' which I guess answers the question about multiple accounts.Is this going to be enforced going forwards that
Hi!WIth iOS 9 Beta 1 I always get This app is not allowed to query for scheme... message when trying to use UIApplication's canOpenURL: or openURL: methods. I didn't find any hint on how to grant permission for that query. Can anyone enlighten me?Thanks!Ingo.
Open Xcode and create a new OSX game project with Game Technology set to Metal. This provides you with a starting point. I'm currently trying to get some of the iOS samples working there.
Topic:
Graphics & Games
SubTopic:
General
Tags:
suppose there are 30 paid stickers with sticker id 1 to 30 (in backend). 1: Now In application user selects the stickers with sticker ids(1,3,5,7,9,11,13,15,17,19,21,23,25,27,29). User ads them to cart first and purchase/Consume these. 2: Now again user selects the stickers with ids (2,4,6,8,10,12,14,16,18,20,22,24,26,28,30) User ads them to cart first and purchase/Consume these.Now these 30 sticker can be n number and will be dynamic which comes from backend.How can I manage this via In-App Purchase and which In-App Purchase should I use and how ?
I'm a newbie . Is there an example code base I can look at that shows how to 1 ) fire up JSON queries/reposes to/from multiple websites in parallel,2) have each taks/thread process info and write it to a central (shared) array of objects3) then wait for a parallel tasks to finish3) process the info collected on shared array data.I'm assuming this is about correct usage of asynchronous queues, and some tricks with a synchronous/wait for completion method. need to see the handling of hte dance. Also how to ensure the common global data object being written to safely from multiple parallel tasks.pointers to example code much appreciated
I am a new developer and had a question about developing. I have an idea to improve on an app that comes with Iphone when you buy one. Is there a way you can code that enhancement onto the existing app? Or have a way you can attatch the change to that core app?Thanks!Steve