Search results for

İOS 26 beta battery %1

250,947 results found

Post

Replies

Boosts

Views

Activity

Reply to Phone no longer Working
I managed to find the offending setting:Goto General/Accessibility/Call Audio Routing and select Automatic.In previous iOS versions I had to set this to Bluetooth headset to correctly route the audio to my Belkin Bluetooth car kit.As it may happen, Apple actually might have fixed a bug since one would expect that the correct setting should be Automatic all along.I didn't try using my Car so we may need to toggle this everytime we go in and out of the car.Hope this helps.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
IOS 9 Beta and Apple Pay
Did anyone notice that when you install IOS 9, you cannot put your credit cards into Apple Pay anymore?When you go to wallet (formerly passbook) it only lets you add in passes not credit cards anymore.Also, there is no wallet in settings to enter tham that way either.You can enter them in the watch app for the watch but not to use on the IOS device.
0
0
322
Jun ’15
Request temporary one-time exemption to 64-bit deadline?
A client of ours finished QA testing an app update a week late and missed the cutoff for 32-bit support. The app is built on an old framework that is tightly integrated with libraries only built for 32-bit. We are fully aware that this stale code will need to be updated, but this update has already taken much more development time than anticipated, so we would like to make it available as soon as possible. Is there any process for requesting a one-time exemption to avoid delaying App Store submission any longer?
2
0
329
Jun ’15
Reply to Does anyone know if Apple Music will be on the iOS 9 Beta on the 30th.
I'm sure it will. I think it was Apple Pay that they did this for too. They had an 8 release and 8 beta 2 at the same time, but when they introduced it they did beta 3, and gave people 8.1 (something like that with the versions, I don't remember the exact)So what they will probably do is releaes 8.4 officially, then iOS9 will get iOS9 beta 2 that will fix some stuff and also patch with the new music app. They will definitly include it in the 9 betas at some point since it integrates with all the new siri and search stuff too!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Battery Use Worse
Prior to the update to watchOS 2, battery use was very consistent at about 4% an hour during the day. Put watch on at say 6AM and by 11 PM battery would be down to something close to 30%. That was with OS 1.01.Since the upgrade to watchOS2, battery use has been running about 10% an hour, roughly double or so the rate. Put watch on at 6AM and now at 2:30 PM its down to 16%.Anyone else seeing this level of change?
35
0
4.4k
Jun ’15
Select or deselect tab bar item
Hello FriendsI need work using tab bar item, but when I touch in a tab bar item the item change the color to blue, I need when I touch again, the item back to gray. To verify what the item is clicked I use this code:func tabBar(tabBar: UITabBar!, didSelectItem item: UITabBarItem!) { switch item.tag { case 0: //if item is selected, so back the gray color and deselect break case 1: //do something break default: //do something break }Whats the line command tha I should put in my case function to select or deselect the item ? Or there is other way to do it?
2
0
4.3k
Jun ’15
Reply to Select or deselect tab bar item
A tab bar always has exactly one tab selected. You can only deselect a tab by selecting a different one.You could probably mess with the selected image to make it the same as the deselected image, but that would be nonstandard UI and app review (and certainly users) might not like it.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to Drawing a single character with Core Text
Thanks, it wasn't a location problem but this shows me what is happening. What I found by incrementing the font size was the font scales up to a certain point, then no longer shows up after I get past a certain size. Normally, I'm using NSString.sizeWithAttributes in a loop to find the largest font that will fit in my image rect. But, when I draw at that font size the character doesn't show up. The line height is about 69 and my image height is 75. There's plenty of space left and I'd like this one character to be drawn at around that ratio to the height. However, when I use your increment method, I can get all the way up to a font size with a line height of 62 centered as I want before the character will start disappearing. Any clue why?BTW, the largest font size I get up to is 38 if that means anything to you.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Reply to Battery Use Worse
Yes, I'm seeing the same level of battery drain. Probably shouldn't have been so quick to install a developer release, but I don't have a spare watch to play with. I'm surprised at how dramatic the difference is and can only hope for the next prerelease to come out as soon as possible.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15