AirBnB's MagazineLayout implementation -> dynamically resizing cells in MenuViewController, TODO: test resizing on real device, simulator delays resizing until after scrolling (possibly a bug)

This commit is contained in:
Deniz Duezgoeren
2019-07-16 11:51:50 +02:00
parent 2f3ce29a4d
commit 7e23bb2e5d
22 changed files with 1702 additions and 914 deletions
@@ -155,12 +155,14 @@ strip_invalid_archs() {
if [[ "$CONFIGURATION" == "Debug" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Kanna/Kanna.framework"
install_framework "${BUILT_PRODUCTS_DIR}/MagazineLayout/MagazineLayout.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SQLite.swift/SQLite.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SwiftSoup/SwiftSoup.framework"
fi
if [[ "$CONFIGURATION" == "Release" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Kanna/Kanna.framework"
install_framework "${BUILT_PRODUCTS_DIR}/MagazineLayout/MagazineLayout.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SQLite.swift/SQLite.framework"
install_framework "${BUILT_PRODUCTS_DIR}/SwiftSoup/SwiftSoup.framework"
fi