Skip to content

Commit

Permalink
Corrected custom bubble insets
Browse files Browse the repository at this point in the history
  • Loading branch information
pgs-dkanak committed Apr 26, 2017
1 parent 1c44964 commit 8517771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Demo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ class ViewController: UIViewController {
func addCustomMessageBubbles() {

let leftBubble = BubbleImage(image: UIImage(named: "bubble_left")!,
resizeInsets: UIEdgeInsets(top: 10, left: 42, bottom: 28, right: 42),
textInsets: UIEdgeInsets(top: 10, left: 42, bottom: 10, right: 42))
resizeInsets: UIEdgeInsets(top: 4, left: 21, bottom: 14, right: 4),
textInsets: UIEdgeInsets(top: 10, left: 22, bottom: 10, right: 6))

messagesView.setBubbleImagesWith(left: leftBubble)
}
Expand Down

0 comments on commit 8517771

Please sign in to comment.