Исправлены ошибки

This commit is contained in:
Merkulov Ilya 2016-04-17 23:49:38 +03:00
parent e3f4862e95
commit 67a05c7355
3 changed files with 5 additions and 12 deletions

View File

@ -116,7 +116,9 @@ class RMRPullToRefreshBaseMessageView: RMRPullToRefreshBaseView {
override func didEndLoadingAnimation(hidden: Bool) {
super.didEndLoadingAnimation(hidden)
self.logoHorizontalConstraint?.constant = 0.0
self.messageViewLeftConstaint?.constant = 0.0
if hidden {
self.logoHorizontalConstraint?.constant = 0.0
self.messageViewLeftConstaint?.constant = 0.0
}
}
}

View File

@ -2,4 +2,4 @@ source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
pod 'RMRPullToRefresh', :git => "https://git.redmadrobot.com/im/RMRPullToRefresh"
pod 'RMRPullToRefresh', :git => "git@git.redmadrobot.com:im/RMRPullToRefresh.git"

View File

@ -12,15 +12,6 @@
symbolName = "UIViewAlertForUnsatisfiableConstraints"
moduleName = "">
<Locations>
<Location
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "UIViewAlertForUnsatisfiableConstraints"
moduleName = "UIKit"
usesParentBreakpointCondition = "Yes"
offsetFromSymbolStart = "0">
</Location>
</Locations>
</BreakpointContent>
</BreakpointProxy>