SwiftUI List performance

39,830 results found

Post not yet marked as solved
4 Replies
Also worth pointing out: the Swift 1.x documentation format used a well-defined reST construct for doing parameter and return types (e.g. a field list with specific field names, which is exactly how that construct is meant to be used), but the Swift 2 markdown syntax is using an ad-hoc completely custom way of defining parameters.
Post marked as solved
58 Replies
23k Views
I've created a new project with Xcode 7.0 which includes a Watch Kit app. I've updated my iPhone to iOS 9, and my watch to watchOS 2.0. I'm able to install version of my app by running the main app's Scheme and debugging on the device.However, if I want to debug on the watch I need to run the [App Name] WatchKit scheme. I'm unable to select my phone+watch though because they are listed under Inelegible Devices with the parenthetical explanation: (No symbols for paired Apple Watch)Anyone know how to get Xcode to download these symbols?
Posted
by
Post not yet marked as solved
57 Replies
Looks like I've solved this simply by disconnecting and reconnecting the phone.EDIT for Beta 2: I'm seeing the same issue as everybody else respodning after 6/24. My phone+watch target is listed as ineleigible for the reason: (no symbols for paired Apple Watch). Unmarking this answer as correct.
Post marked as solved
11 Replies
I strongly recommend you read the watchOS beta Software Installation Guide by Apple, available in the Dev Centre. It lists all the instructions on how to install watchOS 2 on your Apple Watch. Don't forget to register the UDID in your account, though!
Post not yet marked as solved
5 Replies
Safari 8.1 keeps crashing for me (in my RSS reader tab: innoreader.com) when scrolling to the top of the article list, using magic mouse.
Post not yet marked as solved
5 Replies
I can also confirm this issue. All user photos in the contacts wheel are gone (despite showing up on the iPhone in the Watch app) and all text messages in the Messages app are simply listed by phone number instead of contact names.
Post not yet marked as solved
2 Replies
317 Views
Just tried to pair MFi (Made For iPhone) Bluetooth hearing aids with an iPhone 6 running iOS 9 Beta 1. They show up in the device list under settings/general/accessibility/hearing aids, as expected, but the iOS controls for hearing aid volume etc. are not displayed. Looks like they are halfway paired. To the vendor supplied app (Kirkland Signature Choice), the hearing instruments are not present. This all worked as expected in iOS 8. Anybody with insight into this? All the other Bluetooth devices I previously had paired under iOS 8 appear to wotk fine. The only apparent issue is with the Bluetooth hearing aids, Of course, they are paired under the accessibility menu rather than the Bluetooth menu.
Posted
by
Post not yet marked as solved
1 Replies
under xcode swift is listed... https://forums.developer.apple.com/community/xcode/swift
Post not yet marked as solved
1 Replies
1k Views
I cannot add any cards to Apple Pay. I get a message that says Could Not Add Card: Try again later or contact your card issuer for more information.I have tried with American Express, Mastercard, and Visa with same result, so I don't think card issuer is the issue.I did get e-mails from all of the above listed cards notifying me that the cards previously associated with iOS 8.4 had been deleted from my device, so it would at least appear that the cards are not somehow locked in the phone on the old setting. But I'm unable to add them back in.Any ideas?
Posted
by
Post not yet marked as solved
21 Replies
17k Views
It doesn't seem to be possible for me to debug on device wtih my apple watch. I can run my develpment app normally, but Xcode just can't seem to attach to a debugging session.I've read the relase notes and have tried:1) deleting the app/apps from devices and trying again2) ensuring Show App on Watch is on for dev app3) restarting all of: watch, phone, xcode, mac.4) unpairing / pairing againNo dice.When I click Run on the [AppName] WatchKit App scheme, the status window says Running [AppName] WatchKit App on [Phone name]. It stays like that for about 45 seconds. Then it says Finished running [AppName] WatchKit App on [Phone name].It really seems like the Phone->Watch connection is just way too slow. When I launch Xcode, it takes about 2 minutes before it considers my Phone+Watch pair as eligible for this scheme. During this initial 2 minutes, if I look into Window->Devices I don't see my watch listed even though I can clearly see it is paired.I'm going to turn this into an official bug report, b
Posted
by
Post not yet marked as solved
2 Replies
754 Views
My app supports Touch ID to allow the user to log in using a saved credential (password).When the user launches the app, they are immediately prompted to touch the home button to log in.A successful touch retrieves the credential and uses it to log in.We have been seeing sporadic problems under iOS 8.3.Upon launch the system will *not* prompt the user to touch, it will instead directly retrieve the correct credential and log in.I set the credential using the following code (some details shortened for readability):-(void)enrollTouchForUser:(NSString *)username { NSString *password = @passwordFromInterface; NSData *encodedPassword = [NSData encodePassword:password forUsername:username]; NSData *encryptionKeyData; // obtained from outside process - code not needed for this sample NSData *encryptedPassword = [NSData encryptDataWithKey:encryptionKeyData withData:encodedPassword]; // add the key to the keychain CFErrorRef error = NULL; SecAccessControlRef sacObject; // Should the secret be invalidated when passcode
Posted
by
Post not yet marked as solved
1 Replies
907 Views
Which model should I chose to download iOS 9 beta for my iPad A1430? It is not listed in the dropdown.
Posted
by
HEK
Post not yet marked as solved
2 Replies
261 Views
Hi there,I have just update to 10.11 pre-release. But I find my mouse is not fully working, I am able to move my cursur but I can't use that trackpad on it to perform touch action such as scroll... Does any one have the same problem? Please help that really let me not able to use my computer.
Posted
by
Post not yet marked as solved
177 Replies
It happens with Every Beta.This is probably due to extra performance and usage data collected by apple. Its nothing really to worry about as its necessery metrics to better the platform. no Personal Data is ever collected by apple.
Post not yet marked as solved
29 Replies
Installation was shaky. Difficult to begin installation after download completed. Installation itself took twice as long as estimated. Screen went black for over 3 minutes two times. Now that the beta is finally installed, I am very pleased. Mission control FINALLY animates with a high frame rate, even with translucency enabled. App launching and switching are noticably faster. Overall performance is buttery smooth.