Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode 6.3のSwiftでソートされたメソッドを次のように使用しました
sorted(UIFont.fontNamesForFamilyName(familyName) as! [String])
Xcode 7ベータ版をダウンロードしました。「ソートされていません。コレクションでソートを呼び出します」と表示されます。何がうまくいかないのですか?