Skip to content

Commit

Permalink
set writer size view size
Browse files Browse the repository at this point in the history
  • Loading branch information
PGMY committed Nov 25, 2015
1 parent a9abee5 commit 4c9ad5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Glimpse/Glimpse/Glimpse.m
Expand Up @@ -44,6 +44,7 @@ - (void)startRecordingView:(UIView *)view onCompletion:(GlimpseCompletedCallback
{
self.sourceView = view;
self.callback = block;
self.writer.size = view.bounds.size;

self.writer.startDate = [NSDate date];

Expand Down

0 comments on commit 4c9ad5b

Please sign in to comment.