Version 1.0
Level Complete. Only thing missing is a launch image -_-

No title available
Lint Roller? I Barely Know Her

@theartofmadeline
Game of Thrones Daily

No title available

shark vs the universe
cherry valley forever
tumblr dot com
No title available

Discoholic 🪩
Jules of Nature

Kiana Khansmith
art blog(derogatory)
Xuebing Du
KIROKAZE

blake kathryn
YOU ARE THE REASON
d e v o n

Jar Jar Binks Fan Club
RMH

seen from Switzerland
seen from United States

seen from Germany

seen from United States
seen from Saudi Arabia

seen from Maldives
seen from Germany

seen from United States

seen from Türkiye

seen from France

seen from Malaysia
seen from United States

seen from United States
seen from South Korea
seen from China

seen from United States
seen from Iceland

seen from United States

seen from Kenya
seen from Argentina
@rooster-app
Version 1.0
Level Complete. Only thing missing is a launch image -_-
At the finish line
About to cross it. Putting the finishing touches and then sending it off to be sacrificed to the volcano known as Apple.
Name Change?
App might need a name change. Something to muse about...
While developing the Rooster App, I discovered that Apple’s UILocalNotification only allows you to repeat notifications with the standard NSCalendar measurements including weekly, daily, or secondly. The current framework doesn’t allow much customization. :(
The Objective
I needed a...
First Morning With Rooster
Last night, after a battle with UILocalNotification, I pushed a demo build of Rooster to my iPhone. Worked like planned. Hit the button and left it on my bedside.
At 6:08am, in South San Francisco, CA, the Rooster woke me up.
Unfortunately, I didn't stay awake due to the lack of sleep. But alike an actual Rooster, I crowed regardless.
Soon.
Easy on the Eyes
Time to make this a little prettier. Just for sanity sake!
git checkout --branch first-design
Basic Functioning Prototype Complete
RoosterApp alpha v0.0.1 tested successfully!
The app finds your location, calculates the local sunrise time using your longitude and latitude info, and schedules an alarm for sunrise! We'll all be waking up with the sun. Very soon...
Now time for a little shut eye.
Love, Mike + Team
Comparing NSDate
source
NSDate * dateOne = [NSDate date]; NSDate * dateTwo = [NSDate date]; if([dateOne compare:dateTwo] == NSOrderedAscending) { // dateOne is before dateTwo }
Get Midnight for a given date in Objective - C
Just send in a NSDate:
- (NSDate *)midnightForDate:(NSDate *)date { NSCalendar *calendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar]; [calendar setTimeZone:[NSTimeZone systemTimeZone]]; NSDateComponents *dateComponents = [calendar components:NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit fromDate:date]; [dateComponents setHour:0]; [dateComponents setMinute:0]; [dateComponents setSecond:0]; NSDate *midnightForDate = [calendar dateFromComponents:dateComponents]; return midnightForDate; }
Source
Early to bed, early to rise, makes a man healthy, wealthy, and wise.
Running a little late
I'm just finishing up a Mac App Store app. Will be on the Rooster very soon.
Love, Mike
With Rooster, things like this would be so simple!
When you use Rooster...
Our Unorthodox Workflow & Break #1
One odd convention of this project: We only work on it when all creators are present or working on it simultaneously. We'll commit to this workflow for the beginning at least. This keeps everyone at the same dedication level whether they're marketing, business dev, developer.
Since the Rooster App birthed as a moonlit project, we'll treat it as such - until we pivot into a more active workflow.
No, this is not ideal, but it tests a few key things about the team before everyone gets all gung-ho and we start passing out t-shirts. (which would be awesome...)
We're testing:
If all members are equally dedicated.
Can we work together and build something? (Chemistry...)
Also, doing it this way prevents any creator (especially the higher-appraised developer) from fostering any early resentment against the other creators. Considering that development takes a lot more time in this infant stage, we're going to keep everyone's dedication level.
Until we reconvene later this week. Cheers!
Note to self:
Dear Self,
Stop being a noob and learn some vim. ...but for the purposes of this project, use sublime to edit your Podfile.
Sincerely,
Self
A little less than 5 years ago, I entered college undeclared and without a clue as to what career I’ll pursue.
I now venture into two roads Robert Frost wouldn’t have even considered.
The road of a filmmaker and entrepreneur.
I’m the conservative, Filipino parents’ worst nightmare. Thankfully...