본문 바로가기
앱 개발노트

Swift를 이용한 앱 개발 iOS 라이브러리 FloatingPanel을 소개합니다.

by 평범한B씨☕️ 2020. 1. 23.

Introduction

지금은 원하는 모든 것을 배울 수 있는 시대입니다. 비전공자이며 경험이 하나도 없었던 저도 유튜브와 구글링을 통해 기본적인 프로그래밍의 개념과 지식들을 손쉽게 배울 수가 있었습니다.

 


Bottom Sheet란 무엇인가요?

Google에서 디자인 가이드라인으로 제시하는 Material에서는 Bottom Sheet라고 부르는 User Interface입니다.

예를 들면 아이폰의 지도 어플리케이션에서 쉽게 볼 수 있습니다.

쉽게 설명하면 화면의 하단부에서 위로 등장하는 메뉴이며 아래 또는 위로 스와이프가 가능합니다.

 

https://material.io/components/sheets-bottom/

 

Sheets: bottom

Bottom sheets are surfaces containing supplementary content that are anchored to the bottom of the screen.

material.io

 


iOS를 위한 Bottom Sheet 기능 오픈 소스 라이브러리 FloatingPanel

SCENEE/FloatingPanel

https://github.com/SCENEE/FloatingPanel

 

SCENEE/FloatingPanel

A clean and easy-to-use floating panel UI component for iOS - SCENEE/FloatingPanel

github.com

 

댓글