Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Fix left padding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Elkady committed Dec 7, 2018
1 parent de5d1c6 commit d3d6375
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildSystemType</key>
<string>Original</string>
</dict>
</plist>
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PODS:
- Down (0.6.0)
- Down (0.6.2)
- iosMath (1.0.2)
- iOSSnapshotTestCase (4.0.0):
- iOSSnapshotTestCase/SwiftSupport (= 4.0.0)
- iOSSnapshotTestCase/Core (4.0.0)
- iOSSnapshotTestCase/SwiftSupport (4.0.0):
- iOSSnapshotTestCase (4.0.1):
- iOSSnapshotTestCase/SwiftSupport (= 4.0.1)
- iOSSnapshotTestCase/Core (4.0.1)
- iOSSnapshotTestCase/SwiftSupport (4.0.1):
- iOSSnapshotTestCase/Core
- Nimble (7.3.1)
- Nimble-Snapshots (6.9.0):
Expand All @@ -14,7 +14,7 @@ PODS:
- Nimble (~> 7.0)
- Quick (1.3.2)
- SnapKit (4.2.0)
- SwiftLint (0.28.1)
- SwiftLint (0.29.1)

DEPENDENCIES:
- Down
Expand Down Expand Up @@ -45,14 +45,14 @@ CHECKOUT OPTIONS:
:git: https://github.com/tophatmonocle/iosMath.git

SPEC CHECKSUMS:
Down: f594e719ff2c2d974c42a122fa219813f5fc3c06
Down: 8c59a03cb229ef28dfa774b2132da860f3dee0ac
iosMath: f6a890ac9b6a1f892e88f3f8565025bb37d01897
iOSSnapshotTestCase: 711379b19f69a22c131527df862352c877c2773c
iOSSnapshotTestCase: f3b2b7e606fe03fdbe49af84316bd235df32dc44
Nimble: 04f732da099ea4d153122aec8c2a88fd0c7219ae
Nimble-Snapshots: 79394f8d0aea3df54bd5ff78ee9dff05a523a09c
Quick: 2623cb30d7a7f41ca62f684f679586558f483d46
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a
SwiftLint: 7f5f7de0da74a649b16616cb5246ae323489656e
SwiftLint: 6772320e40b52049053a518c17db9b0634a0b45a

PODFILE CHECKSUM: c9a38d7da55ae3f2ecd817e296c11894959a3f3e

Expand Down
2 changes: 1 addition & 1 deletion RichTextView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'RichTextView'
s.version = '1.0.5'
s.version = '1.0.6'
s.summary = 'iOS Text View that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links.'
s.description = <<-DESC
This is an iOS UIView that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo Links. Simply feed in an input
Expand Down
1 change: 1 addition & 0 deletions Source/View Generators/UITextViewGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class UITextViewGenerator {
textView.isEditable = isEditable
textView.isScrollEnabled = false
textView.textContainerInset = .zero
textView.textContainer.lineFragmentPadding = 0
if #available(iOS 10.0, *) {
textView.adjustsFontForContentSizeCategory = true
}
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3d6375

Please sign in to comment.