Compare commits

..

No commits in common. "984b94bed95298c61381be4b571cb2cf616292f1" and "e242510c5e601ec309acc4ab5a53972f4a2878cd" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -920,7 +920,7 @@
CODE_SIGN_ENTITLEMENTS = Reader/Reader.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V4WK9KR9U2;
DEVELOPMENT_TEAM = ZPBBSK8L8B;
EXCLUDED_ARCHS = "";
GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/lol-html/c-api/include/";
@ -961,7 +961,7 @@
CODE_SIGN_ENTITLEMENTS = Reader/Reader.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = V4WK9KR9U2;
DEVELOPMENT_TEAM = ZPBBSK8L8B;
EXCLUDED_ARCHS = "";
GENERATE_INFOPLIST_FILE = YES;
HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/lol-html/c-api/include/";

View File

@ -49,7 +49,6 @@ class ItemsViewController: UIViewController {
configuration.backgroundColor = .clear
let layout = UICollectionViewCompositionalLayout.list(using: configuration)
collectionView = UICollectionView(frame: view.bounds, collectionViewLayout: layout)
collectionView.delegate = self
collectionView.translatesAutoresizingMaskIntoConstraints = false
view.addSubview(collectionView)