This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added guard code to iOS content page ViewDidLayoutSubviews
Protected against race condition where ViewDidLayoutSubviews is called before the XF NativeView property has been initialized. Also added null-conditional checks to XFGlossGradientLayer’s GetGradientLayer method.
- Loading branch information
Tommy Baggett
authored and
Tommy Baggett
committed
Dec 13, 2016
1 parent
36eca57
commit 274a2b4
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 1.0.4.{build} | ||
version: 1.0.5.{build} | ||
pull_requests: | ||
do_not_increment_build_number: true | ||
branches: | ||
|