Skip to content

Commit

Permalink
Updated to version 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Jan 10, 2020
1 parent ba9716d commit ce70ae7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
8 changes: 3 additions & 5 deletions Example/THLabelExample/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_1" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down
14 changes: 6 additions & 8 deletions Example/THLabelExample/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="456-qT-Q4o">
<device id="retina6_1" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="456-qT-Q4o">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand Down Expand Up @@ -268,14 +266,14 @@
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<prototypes>
<tableViewCell contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="Cell" id="mCV-Q8-hKW" customClass="TableViewCell">
<rect key="frame" x="0.0" y="22" width="414" height="88"/>
<rect key="frame" x="0.0" y="28" width="414" height="88"/>
<autoresizingMask key="autoresizingMask"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="mCV-Q8-hKW" id="9WU-LZ-o95">
<rect key="frame" x="0.0" y="0.0" width="414" height="87.5"/>
<rect key="frame" x="0.0" y="0.0" width="414" height="88"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Hello World" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="bsU-NM-FUa" customClass="THLabel">
<rect key="frame" x="15" y="0.0" width="384" height="87.5"/>
<rect key="frame" x="15" y="0.0" width="384" height="88"/>
<fontDescription key="fontDescription" type="boldSystem" pointSize="40"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
<nil key="highlightedColor"/>
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
THLabel

Version 1.4.9, September 20th, 2019
Version 1.4.10, January 10th, 2020

Copyright (c) 2012-2019 Tobias Hagemann, tobiha.de
Copyright (c) 2012-2020 Tobias Hagemann, tobiha.de

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
4 changes: 4 additions & 0 deletions RELEASE NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.4.10

- Fixed layout for RTL mode, kudos to @morozkin.

Version 1.4.9

- Fixed warnings and showing incorrect fonts on iOS 13, kudos to @sochalewski.
Expand Down
2 changes: 1 addition & 1 deletion THLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'THLabel'
s.version = '1.4.9'
s.version = '1.4.10'
s.summary = 'THLabel is a subclass of UILabel, which additionally allows shadow blur, inner shadow, stroke text and fill gradient.'
s.homepage = 'https://github.com/tobihagemann/THLabel'
s.screenshots = 'https://raw.githubusercontent.com/tobihagemann/THLabel/master/screenshot.png'
Expand Down
4 changes: 2 additions & 2 deletions THLabel.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.4.8;
CURRENT_PROJECT_VERSION = 1.4.10;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -229,7 +229,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.4.8;
CURRENT_PROJECT_VERSION = 1.4.10;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down
4 changes: 2 additions & 2 deletions THLabel/THLabel.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// THLabel.h
//
// Version 1.4.9
// Version 1.4.10
//
// Created by Tobias Hagemann on 11/25/12.
// Copyright (c) 2012-2019 tobiha.de. All rights reserved.
// Copyright (c) 2012-2020 tobiha.de. All rights reserved.
//
// Original source and inspiration from:
// FXLabel by Nick Lockwood,
Expand Down
4 changes: 2 additions & 2 deletions THLabel/THLabel.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
//
// THLabel.m
//
// Version 1.4.9
// Version 1.4.10
//
// Created by Tobias Hagemann on 11/25/12.
// Copyright (c) 2012-2019 tobiha.de. All rights reserved.
// Copyright (c) 2012-2020 tobiha.de. All rights reserved.
//
// Original source and inspiration from:
// FXLabel by Nick Lockwood,
Expand Down

0 comments on commit ce70ae7

Please sign in to comment.