Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using SettingKeys #559

Closed
sattarov-t opened this issue Jan 18, 2024 · 3 comments
Closed

Using SettingKeys #559

sattarov-t opened this issue Jan 18, 2024 · 3 comments
Labels

Comments

@sattarov-t
Copy link

Hello Leo Natan!
First of all, I want to thank you for your work in creating this framework. I'm a beginner developer, so my question may be stupid, but I can't find an answer on the Internet and chatGPT couldn't help with this.

I'm making a pet project for my GitHub, it's like a noise player for sleeping, i'm making a player based on your MusicPlayerExample. I have some issues with "func updateBarItems()".
Screenshot 2024-01-18 at 15 52 42

If I understand correctly, I need to import files from LNPopupSettings to my project. I imported them, but I have another issue on file "SettingKeys.m" with "#import <LNTouchVisualizer/LNTouchVisualizer.h>"
Screenshot 2024-01-18 at 16 04 35

I do not understand how solve this issue, so i would be greatfull, if you help me!

@iDevelopper
Copy link
Contributor

LNPopupSettings is a sub module for the demo project (example).

If you want to test The demo project, you have to download the full project using the command:

git clone --recurse-submodules https://github.com/LeoNatan/LNPopupUI.git

For your own app, you do not need to import LNPopupSettings.

@sattarov-t
Copy link
Author

LNPopupSettings is a sub module for the demo project (example).

If you want to test The demo project, you have to download the full project using the command:

git clone --recurse-submodules https://github.com/LeoNatan/LNPopupUI.git

For your own app, you do not need to import LNPopupSettings.

Yes, Thanks!
I took the code of player from example, because I don't fully understand how to use this framework.
I dont have enough practice, just trying to work with that.

@LeoNatan
Copy link
Owner

I am sorry, but the issue section is not a place to learn basic coding. Try Stack Overflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants