2020-05-01から1ヶ月間の記事一覧
swift var array = [1,0,2,4,3] array.sort() これで出力すると arrayは0,1,2,3,4になると思います swift array 数字 ソート
セルのselectionがNoneになっていると表示されませんでした。 なんらかの色を選択しましょう。 頑張ってくださいです。
This application is modifying the autolayout engine from a background thread after the engine was accessed from the main thread. This can lead to engine corruption and weird crashes. こんなエラーでて落ちました 多分再度設定を促すアラートを…
imageViewにはbackGroundImageのプロパティはないので あらかじめ用意したimageViewにimageViewをのせます let backImageView = UIImageView() backImageView.image = UIImage(named: "haikei") backImageView.frame = CGRect(x: 0, y: 0, width: view.bound…
先に言います 一瞬の再起動の時にcommand+Rを押す事でリカバリーモードに行けます ・・・・・・・・・・・・・・・・・・ 古いMac Macbook Air early 2015 (OSはcatalina)を売りに出そうと初期化作業をしていた。 qiita.com この記事やその他諸々の記事を参…
func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) { folderNameArray.remove(at: indexPath.row) tableView.deleteRows(at: [indexPath], with: UITableView.RowAnimation.aut…
他の不具合があって この方法で sites.google.com キーチェーンをリセットしたのですが、 よくみておらず 私のパソコンに入っている証明書が全て消えてしまいました。 キーチェーンをリセットすると証明書が全て消えてしまうようです。 それでまた証明書とか…
Swiftライブラリ kolodaView はデフォルトでは 例 もし左にスワイプしたい場合 kolodaViewの右端が画面の中央を超えたら kolodaViewが去っていくようです。 もう少しスワイプの感度を高くして 簡単にスワイプできるやり方を探しました func kolodaSwipeThres…