Update CircleGridView.swift
This commit is contained in:
@@ -89,6 +89,10 @@ struct CircleGridView: View {
|
|||||||
|
|
||||||
print("the selected item is: \(value)")
|
print("the selected item is: \(value)")
|
||||||
}
|
}
|
||||||
|
.onLongPressGesture { // haptics for recording
|
||||||
|
let impactHeavy = UIImpactFeedbackGenerator(style: .heavy)
|
||||||
|
impactHeavy.impactOccurred()
|
||||||
|
}
|
||||||
// .animation(Animation.easeInOut(duration: 2).repeatForever(autoreverses: true), value: self.usersWithNewMessage)
|
// .animation(Animation.easeInOut(duration: 2).repeatForever(autoreverses: true), value: self.usersWithNewMessage)
|
||||||
.animation(Animation.spring())
|
.animation(Animation.spring())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user