natsu1211 / Alarm-ios-swift

clone of the official IOS clock alarm app written in swift
MIT License
388 stars 116 forks source link

2 issues with reusing tables #9

Open Infinite7Soul opened 7 years ago

Infinite7Soul commented 7 years ago

If I add many alarm I will see their strings are black and If i try to switch on them I will crash my app. How to resolve it?

https://drive.google.com/open?id=0B9-ghTf1M_xCUjRaa3VWeHlXT3M

Infinite7Soul commented 7 years ago

The problem resolved.

https://drive.google.com/open?id=0B9-ghTf1M_xCTWh0V0dYWGY4emM

yutao-long commented 7 years ago

Thank you very much. I will fix it according to your advise.

ghost commented 6 years ago

Thank you very mush, I have a doubt in this alarm i executed this project but i am not getting notification actions, and one more doubt how to set storage song as a notification sound i added but i am not getting song ,inside songs (tones) were played . please give me solution , i am a new guy in iOS. Thanks

natsu1211 commented 6 years ago

@Sravan525 could you provide more information about your environment (your xcode version, run on a emulator or a real iphone), and the situation about how your confirm (how you set the alarm and whether app run on foreground or background).

song pick feature only work on real iphone and sorry that this feature is not fully implemented.

Thanks.