- Open
Info.plist. - Add row with key
View controller-based status bar appearanceand valueNOif not present. - Add row with key
Status bar is initially hiddenwith valueYESif not present. - Save and run the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { createStore } from "https://framer.com/m/framer/store.js@^1.0.0" | |
| import { useEffect, useState, ComponentType } from "react" | |
| import { | |
| HEADINGS, | |
| formatHeadings, | |
| formatTableOfContent, | |
| } from "https://framer.com/m/Utils-WIyM.js" | |
| // Made with love by Clément: https://lionneclement.com/ | |
| // Full tutorial: https://framermart.com/tutorial/how-to-create-table-of-contents-cms-collections-framer |