Skip to content

Commit 0465231

Browse files
author
Richard Puckett
committed
Minor patch to podspec and removed an unused variable
1 parent 843352e commit 0465231

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CXTabView.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ Pod::Spec.new do |s|
88
s.source = { :git => 'https://github.com/concurlabs/CXTabView.git', :tag => s.version }
99
s.ios.deployment_target = "7.0"
1010
s.source_files = "CXTabView"
11-
s.resources = ["Resources/*.png"]
1211
s.requires_arc = true
1312
end

CXTabView/CXTabView.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ - (void)layoutDurationStartLabel {
271271
CGRect origFrame = self.durationStartLabel.frame;
272272

273273
if (self.calendarIcon) {
274-
CGSize collectiveSize = CGSizeMake(imageFrame.size.width + 10 + origFrame.size.width,
275-
imageFrame.size.height);
274+
//CGSize collectiveSize = CGSizeMake(imageFrame.size.width + 10 + origFrame.size.width,
275+
// imageFrame.size.height);
276276

277277
CGFloat xOffset = 20, yOffset = 10, trailingOffset = 10, separation = 10;
278278

0 commit comments

Comments
 (0)