Search results for

İOS 26 beta battery %1

250,760 results found

Post

Replies

Boosts

Views

Activity

Reply to Is there a way to use the Spotlight API to search content that's on a server instead of stored locally in the app?
It seems possible, I mean, your app would need to be aware of the content on the server. You would need to fetch certain data from the server to create the CSSearchableItem, and then fetch the whole item to display when you get the unique identifier from application:continueUserActivity:restorationHandler:. Of course you would want to store some stuff locally so you don't make tons of requests.I also saw a Web markup item on the search overview in this page (https://developer.apple.com/ios/pre-release/) the documentation link for it seems broken though.
Topic: App & System Services SubTopic: General Tags:
Jun ’15
Passing Data from View Controller to Label in TableView
I am trying to pass data from one view controller to another view controller. Here is my code so far that I have tried, but I keep getting an error when using this code. The error says, Outlets cannot be connected to repeating content.-(void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender { SchoolLocationViewController *schoolLocation = [segue destinationViewController]; if ([sender isEqual:btnAbington]) { schoolLocation.campusLocation = schoolLocation.campusLabel.text = @Abington; } }
2
0
277
Jun ’15
Reply to Is Split View working for anyone?
Works for me on MacBook Air. One application must be in full screen, the other not.An example:1. Set Safari to full screen.2. Use four finger up gesture to get to Mission Control bar.3. Drag Mail onto Safari. Full screen changes to Safari and MailSplit screen can then be adjusted in the new full view.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
iOS9 Approve enterprise trust new?
I installed iOS 9 to test a few enterprise apps. Now, in iOS9 I am prompted that the app is not trusted from.. and that I need to trust the enterprise before using. After searching the phone for awhile, I found the trust settings in Settings > General > Profile. Will it be this hard for release? It used to be a lot easier for employees to install the enterprise apps from my company app page.-matt
15
0
33k
Jun ’15
Reply to can't download Xcode 7 beta
That fixed it, after creating a new email account, then changing the primary email addr to the new email account, and verifying the new email account. (what a pain...). Of course, the existing email account I would have preferred to change it to (rather than creating a brand new one) was also unavailable, because it had been previously specified as the emergency retrieval account ... or whatever they call it - can't remember now...), and naturally, there was no way to re-assign that one... arggh 😠Appears to be working now... Xcode 7 beta is now downloading (slowly...)Thanks for you help!
Jun ’15
Binary operator cannot be applied: NSCalendarUnit
Have the following code running in 7.0 beta (7A120f) - didn't see that as a topic in the beta forum...adjusting to the forum change.let dateComponentsFormatter = NSDateComponentsFormatter() dateComponentsFormatter.allowedUnits = NSCalendarUnit.Day | NSCalendarUnit.Hour | NSCalendarUnit.Minute | NSCalendarUnit.SecondReceiving the following build error: Binary operator '|' cannot be applied to two NSCalendarUnit operands.Did not see this error in Xcode 6, not sure if this should be filed as a bug report at this juncture. Other solutions offered by the interwebs proving unviable.Thoughts?Cheers,Josh
4
0
3.1k
Jun ’15
Reply to Multitasking How-To/Issues
I've done the update to the IOS 9 beta and have the other new features but can't make the split view work!Is it supposed to be just a swipe in from off the right of the screen while you're in an app? When I do it nothing happens, is there a trick to it? Do I have to turn some setting on?
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to iBeacons does not wake up iPhone
How do you test it? If you are always in the region of iBeacon, it won't trigger your code again once it triggers. You need to exit from iBeacon's region and enter again. To simulate it easily, you can remove the battery from iBeacon and wait 30 seconds. Then, plug the battery in and it should trigger.
Jun ’15