ios - Opening and closing time to store app -


i working on objective c store app. not want people buying things in different times each day of week. need thing like,"mon- thu: 11:00 - 11:00 pm fri - sat: 11:00 - 12:00 sun: 11:00 - 10:00 pm".

when push uibutton not let buys go past , message "we closed" or "come later".

if 1 great.

you can current time creating new nsdate object [nsdate date] method. if want know particular information date, recommend using nscalendar's components:fromdate: method information time. can perform comparison using nsdatecomponents method. more information here on nshipster


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -