Исправлены ошибки
This commit is contained in:
parent
e3f4862e95
commit
67a05c7355
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue