Skip to content

Commit

Permalink
Merge pull request #38 from wordpress-mobile/try/remove-yellow-backgr…
Browse files Browse the repository at this point in the history
…ound-in-ios

Removes the test initialization values for Aztec iOS.
  • Loading branch information
diegoreymendez authored Jul 26, 2018
2 parents 85ce055 + 4ecc8f7 commit 6d09748
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ios/RNTAztecView/RCTAztecViewManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ public class RCTAztecViewManager: RCTViewManager {
defaultMissingImage: UIImage())

view.isScrollEnabled = false

view.backgroundColor = .yellow
view.text = "Hello world!"

view.textAttachmentDelegate = attachmentDelegate
view.registerAttachmentImageProvider(imageProvider)

Expand Down

0 comments on commit 6d09748

Please sign in to comment.